45 lines
891 B
C
45 lines
891 B
C
|
/******************************************************************************
|
||
|
|
||
|
Source File: deskadp.h
|
||
|
|
||
|
General include file
|
||
|
|
||
|
Copyright (c) 1997-1998 by Microsoft Corporation
|
||
|
|
||
|
Change History:
|
||
|
|
||
|
12-01-97 AndreVa - Created It
|
||
|
|
||
|
******************************************************************************/
|
||
|
|
||
|
#include <nt.h>
|
||
|
#include <ntrtl.h>
|
||
|
#include <nturtl.h>
|
||
|
#include <windows.h>
|
||
|
#include <windowsx.h>
|
||
|
#include <prsht.h>
|
||
|
#include <shlobj.h>
|
||
|
#include <shlwapi.h>
|
||
|
#include <shsemip.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <shlobjp.h>
|
||
|
#include <shellp.h>
|
||
|
//#include <commctrl.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
#include <initguid.h>
|
||
|
#include <help.h>
|
||
|
#include "..\..\common\deskcplext.h"
|
||
|
#include "..\..\common\propsext.h"
|
||
|
#include "resource.h"
|
||
|
|
||
|
typedef struct _NEW_DESKTOP_PARAM {
|
||
|
LPDEVMODEW lpdevmode;
|
||
|
LPWSTR pwszDevice;
|
||
|
} NEW_DESKTOP_PARAM, *PNEW_DESKTOP_PARAM;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
VOID DrawBmp(HDC hDC);
|