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.

14 lines
596 B

  1. // Copyright (c) 1995-1998 Microsoft Corporation
  2. #define IDOFFSET 1000
  3. LPBYTE Dlg_HorizDupe (LPBYTE lpSrc, DWORD cbSrc, int cDups, DWORD *pcbNew);
  4. HGLOBAL Dlg_LoadResource (HINSTANCE hModule, LPCTSTR lpszName, DWORD *pcbSize);
  5. DWORD Dlg_CopyDLGITEMTEMPLATE (LPBYTE lpDst, LPBYTE lpSrc, WORD wIdOffset,short xOffset, short yOffset, BOOL bDialogEx);
  6. DWORD Dlg_CopyDLGTEMPLATE (LPBYTE lpDst, LPBYTE lpSrc, BOOL bDialogEx);
  7. LPBYTE Dlg_HorizAttach (LPBYTE lpMain, DWORD cbMain, LPBYTE lpAdd, DWORD cbAdd, WORD wIdOffset, DWORD *pcbNew);
  8. DWORD Dlg_HorizSize(LPBYTE lpDlg);