The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: jacksheppard on November 14, 2009, 12:06:59 AM

Title: irprops.cpl ERROR in BluetoothFindFirstDevice nº 7E
Post by: jacksheppard on November 14, 2009, 12:06:59 AM
in windows.inc marks as "module not found"

¿?
Title: Re: irprops.cpl ERROR in BluetoothFindFirstDevice nº 7E
Post by: ecube on November 14, 2009, 05:14:36 AM
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.
Title: Re: irprops.cpl ERROR in BluetoothFindFirstDevice nº 7E
Post by: jacksheppard on November 14, 2009, 11:14:34 PM
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
Title: Re: irprops.cpl ERROR in BluetoothFindFirstDevice nº 7E
Post by: vozzie on September 30, 2010, 10:08:14 AM
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