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.

23 lines
275 B

  1. #ifndef _CWABUTIL_H_
  2. #define _CWABUTIL_H_
  3. LPVOID
  4. InitializeWAB(
  5. HINSTANCE hInstance
  6. );
  7. VOID
  8. UnInitializeWAB(
  9. LPVOID
  10. );
  11. BOOL
  12. CallWabAddress(
  13. HWND hDlg,
  14. PUSERMEM pUserMem,
  15. PRECIPIENT * ppNewRecipient
  16. );
  17. #endif