Windows NT 4.0 source code leak
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.

19 lines
572 B

4 years ago
  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
  7. //
  8. // PURPOSE:
  9. // Contains public declarations for the TapiCode module.
  10. //
  11. BOOL InitializeTAPI(HWND hParentWnd);
  12. BOOL ShutdownTAPI();
  13. BOOL DialCall(LPSTR, LPSTR, LPDWORD, HANDLE);
  14. BOOL ReceiveCall();
  15. BOOL HangupCall(DWORD);
  16. BOOL HangupCallI();
  17. void PostHangupCall();