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.

15 lines
183 B

  1. #pragma once
  2. BOOL
  3. WINAPI
  4. SxApwActivateActCtx(
  5. HANDLE hActCtx,
  6. ULONG_PTR *lpCookie
  7. );
  8. BOOL
  9. WINAPI
  10. SxApwDeactivateActCtx(
  11. DWORD dwFlags,
  12. ULONG_PTR ulCookie
  13. );