Lines Matching refs:OutPut
97 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_OPEN (ID 0x%08X), pDesc = 0x%08X",dwDriverId,lParam2);
99 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_OPEN (ID 0x%08X), pDesc = NULL",dwDriverId);
108 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "wrong pDesc->fccType (0x%08X)",pDesc->fccType);
115 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "pDesc == NULL");
123 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "OPENED instance 0x%08X",ThisACM);
138 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_CLOSE");
145 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "CLOSED instance 0x%08X",ThisACM);
158 // debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, version %s %s %s", ACM_VERSION, __DATE__, __TIME__);
159 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, %s %s", __DATE__, __TIME__);
170 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_ENABLE");
181 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_DISABLE");
191 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_FREE");
207 debug->OutPut(DEBUG_LEVEL_MSG, "Driver not opened, unknown message (0x%08X), lParam1 = 0x%08X, lParam2 = 0x%08X", msg, lParam1, lParam2);