BthSSPGetConfigurationInfo (Compact 2013)
3/26/2014
This function retrieves the configuration information established in the most recent call to BthSSPSetConfigurationInfo.
Syntax
DWORD BthSSPGetConfigurationInfo(
__out BTSSPConfigurationInfo *pInfo
);
Parameters
- pInfo
[out] Pointer to a BTSSPConfigurationInfo structure which, on return, contains the current configuration information.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
ERROR_SUCCESS |
Success. |
ERROR_SERVICE_NOT_ACTIVE |
The Bluetooth stack is not present. |
Requirements
Header |
bt_api.h |
Library |
Btdrt.lib |