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.

12 lines
392 B

  1. #ifndef MIXCTNT_H
  2. #define MIXCTNT_H
  3. BOOL _AddAutoplayPrompt(PCWSTR pszDriveOrDeviceID);
  4. void _RemoveFromAutoplayPromptHDPA(LPCWSTR pszAltDeviceID);
  5. void _SetAutoplayPromptHWND(LPCWSTR pszAltDeviceID, HWND hwnd);
  6. BOOL _GetAutoplayPromptHWND(LPCWSTR pszAltDeviceID, HWND* phwnd);
  7. EXTERN_C CRITICAL_SECTION g_csAutoplayPrompt;
  8. extern HDPA g_hdpaAutoplayPrompt;
  9. #endif //MIXCTNT_H