News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

irprops.cpl ERROR in BluetoothFindFirstDevice nº 7E

Started by jacksheppard, November 14, 2009, 12:06:59 AM

Previous topic - Next topic

jacksheppard


ecube

yeah its a semi new function, and windows.inc outdated for the most part, just add yourself

BluetoothFindFirstDevice proto :DWORD,:DWORD

the structures are at http://msdn.microsoft.com/en-us/library/aa362784%28VS.85%29.aspx if u have trouble, just say

also you gonna need to manually get Bthprops.lib and includelib Bthprops.lib cause I don't see that in the masm lib folder.

jacksheppard

thanks for your reply.
before me be wrong
change and shit LoadLibraryA windows.inc and APIs that tells me to run BluetoothFindFirstDevice but I get an error that is the number 7E is "module not found" as recorded in windows.inc

vozzie

Hy,

Old post but it's possible to use WSALookupServiceBegin to search for bluetooth devices and their services.

http://msdn.microsoft.com/en-us/library/ee844559(VS.85).aspx

Greetings