NFYLOGPARAMERROR

3.1

#include <toolhelp.h>

typedef struct tagNFYLOGPARAMERROR {  /* nfylpe */
    DWORD          dwSize;
    UINT           wErrCode;
    FARPROC        lpfnErrorAddr;
    void FAR* FAR* lpBadParam;
} NFYLOGPARAMERROR;

The NFYLOGPARAMERROR structure contains information about a parameter-validation error that caused the kernel to send an NFY_LOGPARAMERROR notification.

Members

dwSize

Specifies the size of the NFYLOGPARAMERROR structure, in bytes.

wErrCode

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

lpfnErrorAddr

Points to the address of the function with the invalid parameter.

lpBadParam

Points to the name of the invalid parameter.

See Also

NotifyRegister