Function NetErrorLogWrite
pub unsafe fn NetErrorLogWrite<P2>(
reserved1: Option<*const u8>,
code: u32,
component: P2,
buffer: *const u8,
numbytes: u32,
msgbuf: *const u8,
strcount: u32,
reserved2: Option<*const u8>,
) -> u32where
P2: Param<PCWSTR>,