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.
The NetErrorLogWrite function is obsolete. It is included for compatibility with 16-bit versions of Windows. Other applications should use event logging.
Syntax
NET_API_STATUS NET_API_FUNCTION NetErrorLogWrite(
LPBYTE Reserved1,
DWORD Code,
LPCWSTR Component,
LPBYTE Buffer,
DWORD NumBytes,
LPBYTE MsgBuf,
DWORD StrCount,
LPBYTE Reserved2
);
Parameters
Reserved1
TBD
Code
TBD
Component
TBD
Buffer
TBD
NumBytes
TBD
MsgBuf
TBD
StrCount
TBD
Reserved2
TBD
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | lmerrlog.h |