Home
last modified time | relevance | path

Searched refs:hParentWindow (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/ACM/
H A DACM.h71 // inline DWORD Configure( HWND hParentWindow, LPDRVCONFIGINFO pConfig );
72 inline DWORD About( HWND hParentWindow );
H A DACM.cpp155 inline DWORD ACM::Configure(HWND hParentWindow, LPDRVCONFIGINFO pConfig)
157 my_debug.OutPut(DEBUG_LEVEL_FUNC_START, "ACM : Configure (Parent Window = 0x%08X)",hParentWindow);
159 DialogBoxParam( my_hModule, MAKEINTRESOURCE(IDD_CONFIG), hParentWindow, ::ConfigProc , (LPARAM)this);
276 inline DWORD ACM::About(HWND hParentWindow) in About() argument
278 my_debug.OutPut(DEBUG_LEVEL_FUNC_START, "ACM : About (Parent Window = 0x%08X)",hParentWindow); in About()
280 DialogBoxParam( my_hModule, MAKEINTRESOURCE(IDD_ABOUT), hParentWindow, ::AboutProc , (LPARAM)this); in About()

Completed in 2 milliseconds