Share via


NKCeLogData (Compact 2013)

10/16/2014

This function logs an event, if CeLog is loaded and is capturing standard data.

Syntax

void NKCeLogData(
  BOOL fTimeStamp,
  DWORD dwID,
  VOID *pData,
  DWORD dwLen,
  DWORD dwZoneUser,
  DWORD dwZoneCE,
  DWORD dwFlag,
  BOOL fFlagged
);

Parameters

  • fTimeStamp
    [in] Value that identifies whether a time stamp is needed. When set to true, a time stamp is needed to coincide with the logged event.
  • pData
    [in] Pointer to a buffer that contains the data of the logged event.
  • dwLen
    [in] Length of data that pData points to. Each event can have a differently sized structure.
  • dwZoneUser
    [in] User-defined zone. OEMs can create their own zones to track events.
  • dwZoneCE
    [in] Zone of the event that dwID logged and identified.

    For more information about zones, see CeLog Zones.

  • dwFlag
    [in] User-defined flag.
  • fFlagged
    [in] Value that indicates whether to use the user-defined flag, dwFlag. If set to true, dwFlag is specified. If set to false, it is ignored.

Return Value

None.

Remarks

The pfnCeLogData member of NKGLOBAL points to this function.

See Also

Reference

Kernel Functions Available to the OAL