NFYLOGERROR

3.1

#include <toolhelp.h>

typedef struct tagNFYLOGERROR {  /* nfyle */
    DWORD     dwSize;
    UINT      wErrCode;
    void FAR* lpInfo;
} NFYLOGERROR;

The NFYLOGERROR structure contains information about a validation error that caused the kernel to send an NFY_LOGERROR notification.

Members

dwSize

Specifies the size of the NFYLOGERROR structure, in bytes.

wErrCode

Identifies the error value that caused the notification to be sent.

lpInfo

Points to additional information, dependent on the error value.

See Also

NotifyRegister