Searched refs:dwDriverId (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/ACM/ |
H A D | main.cpp | 81 LONG WINAPI DriverProc(DWORD dwDriverId, HDRVR hdrvr, UINT msg, LONG lParam1, LONG lParam2) in DriverProc() argument 97 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_OPEN (ID 0x%08X), pDesc = 0x%08X",dwDriverId,lParam2); in DriverProc() 99 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_OPEN (ID 0x%08X), pDesc = NULL",dwDriverId); in DriverProc() 128 // for dwDriverId. in DriverProc() 141 ACM * ThisACM = (ACM *)dwDriverId; in DriverProc() 199 ACM * ThisACM = (ACM *)dwDriverId; in DriverProc() 210 return DefDriverProc (dwDriverId, hdrvr, msg, lParam1, lParam2); in DriverProc()
|
Completed in 1 milliseconds