USBCAMD_Debug_LogEntry function (usbcamdi.h)
The USBCAMD_Debug_LogEntry function is called by the camera minidriver to log debugging information to a file.
Syntax
void USBCAMD_Debug_LogEntry(
[in] CHAR *Name,
[in] ULONG Info1,
[in] ULONG Info2,
[in] ULONG Info3
);
Parameters
[in] Name
Pointer to a NULL-terminated string containing the name of the file to write the log entry to.
[in] Info1
Specifies the first information value to be written to the log file.
[in] Info2
Specifies the second information value to be written to the log file.
[in] Info3
Specifies the third information value to be written to the log file.
Return value
None
Remarks
The original USBCAMD does not call USBCAMD_Debug_LogEntry.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | usbcamdi.h (include Usbcamdi.h) |
Library | Usbcamd2.lib |