BthIsProfileAllowed (Compact 7)
3/12/2014
This function determines whether the specified service is allowed to run based on the device policy.
Syntax
BOOL BthIsProfileAllowed(
GUID uuidService
);
Parameters
- uuidService
[in] Identifies the service to test.
Return Value
Returns TRUE if the service is allowed; FALSE otherwise.
Remarks
This function checks the registry at HKEY_LOCAL_MACHINE\Comm\NetworkPolicy\Bluetooth\AllowedProfiles to determine whether the specified service is allowed.
Requirements
Header |
bt_api.h |
Library |
Btdrt.lib |
See Also
Reference
Bluetooth API Connection Functions
Bluetooth API Management Functions