// usbcamdi.h
VOID USBCAMD_Debug_LogEntry(
[in] CHAR *Name,
[in] ULONG Info1,
[in] ULONG Info2,
[in] ULONG Info3
);
View the official Windows Driver Kit DDI referenceNo description available.
The USBCAMD_Debug_LogEntry function is called by the camera minidriver to log debugging information to a file.
Name [in]Pointer to a NULL-terminated string containing the name of the file to write the log entry to.
Info1 [in]Specifies the first information value to be written to the log file.
Info2 [in]Specifies the second information value to be written to the log file.
Info3 [in]Specifies the third information value to be written to the log file.
The original USBCAMD does not call USBCAMD_Debug_LogEntry.