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.

20 lines
623 B

  1. //(C) COPYRIGHT MICROSOFT CORP., 1998-1999
  2. #ifndef _WIASCNEX_H_
  3. #define _WIASCNEX_H_
  4. BOOL ShowMessage (HWND hParent, INT idCaption, INT idMessage);
  5. extern LONG g_cRef; // DLL reference counter.
  6. extern HINSTANCE g_hInst;
  7. void DllAddRef ();
  8. void DllRelease ();
  9. HRESULT CreateDeviceFromId (LPWSTR szDeviceId, IWiaItem **ppItem);
  10. LPWSTR GetNamesFromDataObject (IDataObject *lpdobj, UINT *puItems);
  11. // {50983B34-4F6E-448e-A2AB-3921EE71BE61}
  12. DEFINE_GUID(CLSID_ScannerShellExt, 0x50983b34, 0x4f6e, 0x448e, 0xa2, 0xab, 0x39, 0x21, 0xee, 0x71, 0xbe, 0x61);
  13. #endif