Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/5/2010
This function returns the device or driver name based on the device location and the KITL devices table.
Syntax
LPCWSTR OALKitlDeviceName(
DEVICE_LOCATION *pDevLoc,
OAL_KITL_DEVICE *pDevices
);
Parameters
- pDevLoc
[in] Pointer to a DEVICE_LOCATION structure.
- pDevices
[in] Pointer to the starting OAL_KITL_DEVICE structure in a null-terminated array of these structs.
Return Value
Returns a string representing the device or driver name.
Requirements
| Header | oal_kitl.h |
| Library | Developer Implemented |
| Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
KITL Functions for Any Driver
KITL Functions for Production-Quality OAL