ReactOS 0.4.16-dev-250-g3ecd236
|
Go to the source code of this file.
Classes | |
struct | _DESK_EXT_INTERFACE |
Macros | |
#define | DESK_EXT_CALLBACK CALLBACK |
#define | DESK_EXT_EXTINTERFACE TEXT("Desk.cpl extension interface") |
#define | DESK_EXT_PRUNINGMODE TEXT("Pruning Mode") |
#define | DESK_EXT_DISPLAYDEVICE TEXT("Display Device") |
#define | DESK_EXT_DISPLAYNAME TEXT("Display Name") |
#define | DESK_EXT_DISPLAYID TEXT("Display ID") |
#define | DESK_EXT_DISPLAYKEY TEXT("Display Key") |
#define | DESK_EXT_DISPLAYSTATEFLAGS TEXT("Display State Flags") |
#define | DESK_EXT_MONITORNAME TEXT("Monitor Name") |
#define | DESK_EXT_MONITORDEVICE TEXT("Monitor Device") |
Typedefs | |
typedef PDEVMODEW(DESK_EXT_CALLBACK * | PDESK_EXT_ENUMALLMODES) (PVOID Context, DWORD Index) |
typedef PDEVMODEW(DESK_EXT_CALLBACK * | PDESK_EXT_GETCURRENTMODE) (PVOID Context) |
typedef BOOL(DESK_EXT_CALLBACK * | PDESK_EXT_SETCURRENTMODE) (PVOID Context, DEVMODEW *pDevMode) |
typedef VOID(DESK_EXT_CALLBACK * | PDESK_EXT_GETPRUNINGMODE) (PVOID Context, PBOOL pbModesPruned, PBOOL pbKeyIsReadOnly, PBOOL pbPruningOn) |
typedef VOID(DESK_EXT_CALLBACK * | PDESK_EXT_SETPRUNINGMODE) (PVOID Context, BOOL PruningOn) |
typedef struct _DESK_EXT_INTERFACE | DESK_EXT_INTERFACE |
typedef struct _DESK_EXT_INTERFACE * | PDESK_EXT_INTERFACE |
Functions | |
LONG WINAPI | DisplaySaveSettings (PVOID pContext, HWND hwndPropSheet) |
static __inline PDESK_EXT_INTERFACE | QueryDeskCplExtInterface (IDataObject *pdo) |
static __inline LPTSTR | QueryDeskCplString (IDataObject *pdo, UINT cfFormat) |
static __inline LONG | DeskCplExtDisplaySaveSettings (PDESK_EXT_INTERFACE DeskExtInterface, HWND hwndDlg) |
Definition at line 4 of file deskcplx.h.
Definition at line 8 of file deskcplx.h.
Definition at line 10 of file deskcplx.h.
Definition at line 11 of file deskcplx.h.
Definition at line 9 of file deskcplx.h.
Definition at line 12 of file deskcplx.h.
Definition at line 6 of file deskcplx.h.
Definition at line 14 of file deskcplx.h.
Definition at line 13 of file deskcplx.h.
Definition at line 7 of file deskcplx.h.
Definition at line 16 of file deskcplx.h.
typedef PDEVMODEW(DESK_EXT_CALLBACK * PDESK_EXT_GETCURRENTMODE) (PVOID Context) |
Definition at line 17 of file deskcplx.h.
typedef VOID(DESK_EXT_CALLBACK * PDESK_EXT_GETPRUNINGMODE) (PVOID Context, PBOOL pbModesPruned, PBOOL pbKeyIsReadOnly, PBOOL pbPruningOn) |
Definition at line 19 of file deskcplx.h.
typedef struct _DESK_EXT_INTERFACE * PDESK_EXT_INTERFACE |
typedef BOOL(DESK_EXT_CALLBACK * PDESK_EXT_SETCURRENTMODE) (PVOID Context, DEVMODEW *pDevMode) |
Definition at line 18 of file deskcplx.h.
typedef VOID(DESK_EXT_CALLBACK * PDESK_EXT_SETPRUNINGMODE) (PVOID Context, BOOL PruningOn) |
Definition at line 20 of file deskcplx.h.
|
static |
Definition at line 122 of file deskcplx.h.
Referenced by ApplyDisplayAdapterChanges(), and ApplyMonitorChanges().
Definition at line 1070 of file devsett.c.
|
static |
Definition at line 48 of file deskcplx.h.
Referenced by IDeskDisplayAdapter_Initialize(), and IDeskMonitor_Initialize().
|
static |
Definition at line 84 of file deskcplx.h.
Referenced by BuildAdvPropTitle(), InitDisplayAdapterDialog(), and InitMonitorDialog().