Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 20 of file apc.c.
Referenced by WsProcOpenAsyncHelperDevice().
{ DWORD ErrorCode; /* Enter the prolog, make sure we're initialized */ ErrorCode = WS2HELP_PROLOG(); if (ErrorCode != ERROR_SUCCESS) return ErrorCode; /* Validate handle */ if (!ApcHelperHandle) return ERROR_INVALID_PARAMETER; /* * Return a bogus handle ("ROS") * Historical note:(MS sends "CKM", which probably stands for "Keith Moore" * (KM), one of the core architects of Winsock 2.2 from Microsoft. */ *ApcHelperHandle = APCH; return ERROR_SUCCESS; }