Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
659 B

  1. #if !defined(WINAPI__DWPEx_h__INCLUDED)
  2. #define WINAPI__DWPEx_h__INCLUDED
  3. #pragma once
  4. class HWndContainer;
  5. class DuRootGadget;
  6. class Gadget;
  7. HWndContainer * GdGetContainer(HWND hwnd);
  8. HRESULT GdCreateHwndRootGadget(HWND hwndContainer, CREATE_INFO * pci, DuRootGadget ** ppgadRoot);
  9. HRESULT GdCreateNcRootGadget(HWND hwndContainer, CREATE_INFO * pci, DuRootGadget ** ppgadRoot);
  10. HRESULT GdCreateDxRootGadget(const RECT * prcContainerPxl, CREATE_INFO * pci, DuRootGadget ** ppgadRoot);
  11. BOOL GdForwardMessage(DuVisual * pgadRoot, UINT nMsg, WPARAM wParam, LPARAM lParam, LRESULT * pr);
  12. #endif // WINAPI__DWPEx_h__INCLUDED