Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function returns the bus prefix name.
BOOL GetBusNamePrefix ( HANDLE hBusAccess, LPTSTR lpReturnStr, DWORD dwSizeInCharacters);
Parameters
- hBusAccess
[in] Handle obtained from CreateBusAccessHandle. - lpReturnStr
[out] Buffer to place the bus name prefix. - dwSizeInCharacters
[out] Length of lpReturnStr.
Return Values
Returns TRUE if successful. Otherwise, it returns FALSE.
Remarks
The bus prefix name is used to create the bus name for devices on the subordinate bus combined with the bus number, slot number, and function number.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: CEDDK.h.
See Also
Send Feedback on this topic to the authors