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.

37 lines
952 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1990 - 1999
  6. //
  7. // File: thrdctx.hxx
  8. //
  9. //--------------------------------------------------------------------------
  10. /* --------------------------------------------------------------------
  11. Microsoft OS/2 LAN Manager
  12. Copyright(c) Microsoft Corp., 1990
  13. -------------------------------------------------------------------- */
  14. /* --------------------------------------------------------------------
  15. File: thrdctx.hxx
  16. Description:
  17. The routines specified by this package provide thread context, where
  18. thread context is a void * amount of information which may be set or
  19. gotten.
  20. -------------------------------------------------------------------- */
  21. extern void *
  22. RpcpGetThreadContext (
  23. );
  24. extern void
  25. RpcpSetThreadContext (
  26. void * Context
  27. );