Go to the source code of this file.
Classes | |
| class | CAggDirectDraw |
| class | CAggDrawSurface |
| class | CLoadDirectDraw |
Defines | |
| #define | STR_MAX_LENGTH 256 |
Typedefs | |
| typedef DWORD(WINAPI * | PGETFILEVERSIONINFOSIZE )(LPTSTR, LPDWORD) |
| typedef BOOL(WINAPI * | PGETFILEVERSIONINFO )(LPTSTR, DWORD, DWORD, LPVOID) |
| typedef BOOL(WINAPI * | PVERQUERYVALUE )(LPVOID, LPTSTR, LPVOID, PUINT) |
Functions | |
| TCHAR *WINAPI | StringFromResource (TCHAR *pBuffer, int iResourceID) |
| WCHAR *WINAPI | WideStringFromResource (WCHAR *pBuffer, int iResourceID) |
| BOOL WINAPI | GetDialogSize (int iResourceID, DLGPROC pDlgProc, LPARAM lParam, SIZE *pResult) |
| #define STR_MAX_LENGTH 256 |
Definition at line 9 of file videoctl.h.
Referenced by CBasePropertyPage::GetPageInfo(), StringFromResource(), and WideStringFromResource().
| typedef BOOL(WINAPI * PGETFILEVERSIONINFO)(LPTSTR, DWORD, DWORD, LPVOID) |
Definition at line 128 of file videoctl.h.
| typedef DWORD(WINAPI * PGETFILEVERSIONINFOSIZE)(LPTSTR, LPDWORD) |
Definition at line 127 of file videoctl.h.
| typedef BOOL(WINAPI * PVERQUERYVALUE)(LPVOID, LPTSTR, LPVOID, PUINT) |
Definition at line 129 of file videoctl.h.
| BOOL WINAPI GetDialogSize | ( | int | iResourceID, | |
| DLGPROC | pDlgProc, | |||
| LPARAM | lParam, | |||
| SIZE * | pResult | |||
| ) |
Definition at line 50 of file videoctl.cpp.
References FALSE, g_hInst, NULL, and TRUE.
Referenced by CBasePropertyPage::GetPageInfo().
Definition at line 29 of file videoctl.cpp.
References CP_ACP, g_amPlatform, g_hInst, and STR_MAX_LENGTH.
Referenced by CBasePropertyPage::GetPageInfo().
1.5.6