Home
last modified time | relevance | path

Searched refs:CURRENT_INSTANCE (Results 1 – 4 of 4) sorted by relevance

/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx55 const char* CURRENT_INSTANCE = "CurrInst"; variable
625 SetPropA( hWnd, CURRENT_INSTANCE, lpcs->lpCreateParams ); in StaWndProc()
632 RemovePropA( hWnd, CURRENT_INSTANCE ) ); in StaWndProc()
643 GetPropA( hWnd, CURRENT_INSTANCE ) ); in StaWndProc()
654 GetPropA( hWnd, CURRENT_INSTANCE ) ); in StaWndProc()
/trunk/main/fpicker/source/win32/filepicker/
H A Ddibpreview.cxx62 const LPTSTR CURRENT_INSTANCE = TEXT("CurrInst"); variable
354 SetProp(hWnd, CURRENT_INSTANCE, lpcs->lpCreateParams); in WndProc()
364 RemoveProp(hWnd, CURRENT_INSTANCE)) == NULL) in WndProc()
374 GetProp(hWnd, CURRENT_INSTANCE)); in WndProc()
H A DFileOpenDlg.cxx56 const LPTSTR CURRENT_INSTANCE = TEXT("CurrInst"); variable
578 SetProp(hwndDlg, CURRENT_INSTANCE, pImpl); in ofnHookProc()
615 RemoveProp(hWnd,CURRENT_INSTANCE)); in BaseDlgProc()
640 GetProp(hwnd, CURRENT_INSTANCE)); in getCurrentInstance()
H A Dhelppopupwindow.cxx49 const LPTSTR CURRENT_INSTANCE = TEXT("CurrInst"); variable
489 SetProp( hWnd, CURRENT_INSTANCE, pImpl ); in WndProc()
501 GetProp( hWnd, CURRENT_INSTANCE ) ); in WndProc()
517 RemoveProp( hWnd, CURRENT_INSTANCE ) ); in WndProc()

Completed in 21 milliseconds