Searched refs:ThisACM (Results 1 – 1 of 1) sorted by relevance
119 ACM * ThisACM = new ACM(GetDriverModuleHandle(hdrvr)); in DriverProc() local123 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "OPENED instance 0x%08X",ThisACM); in DriverProc()126 return (LONG)ThisACM;// returns 0L to fail in DriverProc()141 ACM * ThisACM = (ACM *)dwDriverId; in DriverProc() local142 delete ThisACM; in DriverProc()145 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "CLOSED instance 0x%08X",ThisACM); in DriverProc()199 ACM * ThisACM = (ACM *)dwDriverId; in DriverProc() local201 if (ThisACM != NULL) in DriverProc()202 return ThisACM->DriverProcedure(hdrvr, msg, lParam1, lParam2); in DriverProc()