ADDITIONAL RETURNS INFORMATION

The data will be passed back in multiple occurrences of the following LTD (Length, Type, Data) format: ULONG length;
ULONG type;
UniChar data[n];

Where:

Note: A record will always be placed in the buffer for each of the requested types. If there is no data, only the length and type portion of the record will be returned. The length would indicate that there is no data.

The library LIBLFAPI.A must be linked with object files that use LogFormatEntry


[Back: LogFormatEntry - Parameters]
[Next: LogFormatEntry - Related Functions]