ReactOS 0.4.15-dev-8621-g4b051b9
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | BUFFERSIZE 512 |
Functions | |
static INT | LengthOfStrResource (IN HINSTANCE hInst, IN UINT uID) |
INT | AllocAndLoadString (OUT LPWSTR *lpTarget, IN HINSTANCE hInst, IN UINT uID) |
DWORD | LoadAndFormatString (IN HINSTANCE hInstance, IN UINT uID, OUT LPWSTR *lpTarget,...) |
BOOL | StatusBarLoadAndFormatString (IN HWND hStatusBar, IN INT PartId, IN HINSTANCE hInstance, IN UINT uID,...) |
BOOL | StatusBarLoadString (IN HWND hStatusBar, IN INT PartId, IN HINSTANCE hInstance, IN UINT uID) |
INT | GetTextFromEdit (OUT LPWSTR lpString, IN HWND hDlg, IN UINT Res) |
VOID | GetError (VOID) |
VOID | DisplayString (LPWSTR Msg) |
HIMAGELIST | InitImageList (UINT StartResource, UINT EndResource, UINT Width, UINT Height, ULONG type) |
VOID | ResourceMessageBox (HINSTANCE hInstance, HWND hwnd, UINT uType, UINT uCaptionId, UINT uMessageId) |
Definition at line 50 of file misc.c.
Definition at line 211 of file misc.c.
Referenced by DoCreate(), DoDeleteService(), InitMainWnd(), MainWndCommand(), NtDisplayString(), PrintFileDacl(), test_pack_GOPHER_FIND_DATAA(), and test_pack_GOPHER_FIND_DATAW().
Definition at line 192 of file misc.c.
Referenced by CreateMainWindow(), GetServiceDescription(), InitEditWnd(), SetServiceAccount(), SetServiceConfig(), and SetServiceDescription().
Definition at line 174 of file misc.c.
HIMAGELIST InitImageList | ( | UINT | StartResource, |
UINT | EndResource, | ||
UINT | Width, | ||
UINT | Height, | ||
ULONG | type | ||
) |
Definition at line 219 of file misc.c.
Referenced by InitDependPage(), pCreateToolbar(), and PopulateTreeView().
Definition at line 14 of file misc.c.
Definition at line 76 of file misc.c.
VOID ResourceMessageBox | ( | HINSTANCE | hInstance, |
HWND | hwnd, | ||
UINT | uType, | ||
UINT | uCaptionId, | ||
UINT | uMessageId | ||
) |
Definition at line 282 of file misc.c.
Referenced by AdvancedPageProc(), CopyProfileDlgProc(), DeleteHardwareProfile(), DeleteUserProfile(), EditVariableDlgProc(), OnApply(), OnSet(), OnVirtMemDialogOk(), and RenameProfileDlgProc().
BOOL StatusBarLoadAndFormatString | ( | IN HWND | hStatusBar, |
IN INT | PartId, | ||
IN HINSTANCE | hInstance, | ||
IN UINT | uID, | ||
... | |||
) |
Definition at line 108 of file misc.c.
Definition at line 150 of file misc.c.
Referenced by MainWndMenuHint().