Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Deditglyphdlg.c67 InvalidateRect(Info->hPreview, NULL, FALSE); in SetPixelBit()
109 SetWindowLongPtrW(Info->hPreview, GWLP_USERDATA, 0 ); in EditGlyphCommand()
136 Info->hPreview = GetDlgItem(hwnd, IDC_EDIT_GLYPH_PREVIEW); in EditGlyphDlgProc()
140 SetWindowLongPtrW(Info->hPreview, GWLP_USERDATA, (LONG_PTR)Info); in EditGlyphDlgProc()
H A Dprecomp.h90 HWND hPreview; member
/reactos/dll/cpl/desk/
H A Dscreensaver.c180 HWND hPreview = pData->ScreenSaverPreviewParent; in SetScreenSaverPreviewBox() local
201 (ULONG_PTR)hPreview); in SetScreenSaverPreviewBox()
/reactos/dll/win32/msi/
H A Ddialog.c4195 UINT WINAPI MsiPreviewDialogW( MSIHANDLE hPreview, LPCWSTR szDialogName ) in MsiPreviewDialogW() argument
4200 TRACE( "%lu %s\n", hPreview, debugstr_w(szDialogName) ); in MsiPreviewDialogW()
4202 preview = msihandle2msiinfo( hPreview, MSIHANDLETYPE_PREVIEW ); in MsiPreviewDialogW()
4211 UINT WINAPI MsiPreviewDialogA( MSIHANDLE hPreview, LPCSTR szDialogName ) in MsiPreviewDialogA() argument
4216 TRACE( "%lu %s\n", hPreview, debugstr_a(szDialogName) ); in MsiPreviewDialogA()
4224 r = MsiPreviewDialogW( hPreview, strW ); in MsiPreviewDialogA()
4229 UINT WINAPI MsiPreviewBillboardW( MSIHANDLE hPreview, const WCHAR *szControlName, const WCHAR *szBi… in MsiPreviewBillboardW() argument
4231 FIXME( "%lu %s %s\n", hPreview, debugstr_w(szControlName), debugstr_w(szBillboard) ); in MsiPreviewBillboardW()
4235 UINT WINAPI MsiPreviewBillboardA( MSIHANDLE hPreview, const char *szControlName, const char *szBill… in MsiPreviewBillboardA() argument
4237 FIXME( "%lu %s %s\n", hPreview, debugstr_a(szControlName), debugstr_a(szBillboard) ); in MsiPreviewBillboardA()