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.

20 lines
597 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 2000
  6. //
  7. // File: auservinternals.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #pragma once
  11. HRESULT removeTimeOutKeys(BOOL fLastWaitReminderKeys);
  12. HRESULT getReminderTimeout(DWORD *, UINT *);
  13. HRESULT getReminderState(DWORD *);
  14. HRESULT removeReminderKeys(void);
  15. HRESULT getLastWaitTimeout(DWORD * pdwLastWaitTimeout);
  16. HRESULT setLastWaitTimeout(DWORD pdwLastWaitTimeout);
  17. HRESULT removeLastWaitKey(void);