Source code of Windows XP (NT5)
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.

11 lines
428 B

  1. #ifndef _DFCM_H
  2. #define _DFCM_H
  3. #include <objbase.h>
  4. HRESULT _FullTree(DWORD dwFlags[], DWORD cchIndent);
  5. HRESULT _DeviceInfo(DWORD dwFlags[], LPWSTR pszDeviceID, DWORD cchIndent);
  6. HRESULT _DeviceInterface(DWORD dwFlags[], LPWSTR pszDeviceID, DWORD cchIndent);
  7. HRESULT _EnumDevice(DWORD dwFlags[], LPWSTR pszArg, DWORD cchIndent);
  8. HRESULT _DeviceIDList(DWORD dwFlags[], LPWSTR pszDeviceID, DWORD cchIndent);
  9. #endif // _DFCM_H