USBD_Debug_LogEntry routine
The USBD_Debug_LogEntry routine has been deprecated in Windows XP and later operating systems. Do not use.
Syntax
void USBD_Debug_LogEntry(
  _In_  CHAR *Name,
  _In_  ULONG_PTR Info1,
  _In_  ULONG_PTR Info2,
  _In_  ULONG_PTR Info3
);
Parameters
- Name [in]
- 
Contains a string that identifies the log entry. 
- Info1 [in]
- 
Pointer to a value to be stored in this log entry. This can be any value of the caller's choice. 
- Info2 [in]
- 
Pointer to a value to be stored in this log entry. This can be any value of the caller's choice. 
- Info3 [in]
- 
Pointer to a value to be stored in this log entry. This can be any value of the caller's choice. 
Return value
This routine does not return a value.
Requirements
| Version | Deprecated. | 
|---|---|
| Header | 
 | 
| Library | 
 | 
| IRQL | < DISPATCH_LEVEL | 
See also
Send comments about this topic to Microsoft
Build date: 12/5/2013
        Show:
        
        
    

