Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 22 of file notify.c.
Referenced by WsProcDelete().
{ DWORD ErrorCode; /* Enter the prolog, make sure we're initialized */ ErrorCode = WS2HELP_PROLOG(); if (ErrorCode != ERROR_SUCCESS) return ErrorCode; /* Validate handle */ if (HelperHandle != HANH) return ERROR_INVALID_PARAMETER; /* return */ return ERROR_SUCCESS; }