Leaked source code of windows server 2003
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.

27 lines
1.3 KiB

  1. /****************************************************************************/
  2. /* acpcapi.h */
  3. /* */
  4. /* RDP Capabilities Coordinator API header file. */
  5. /* */
  6. /* Copyright(c) Microsoft, PictureTel 1992-1996 */
  7. /* (C) 1997-1999 Microsoft Corp. */
  8. /****************************************************************************/
  9. #ifndef _H_ACPCAPI
  10. #define _H_ACPCAPI
  11. typedef void (RDPCALL SHCLASS *PCAPSENUMERATEFN)(LOCALPERSONID, UINT_PTR,
  12. PTS_CAPABILITYHEADER pCapabilities);
  13. /****************************************************************************/
  14. /* CPC_MAX_LOCAL_CAPS_SIZE is the number of bytes of memory allocated to */
  15. /* contain the capabilities passed to both CPC_RegisterCapabilities and */
  16. /* CPC_RegisterCapabilities. CPC_MAX_LOCAL_CAPS_SIZE can be increased at */
  17. /* any time (it does not form part of the protocol). */
  18. /****************************************************************************/
  19. #define CPC_MAX_LOCAL_CAPS_SIZE 400
  20. #endif /* #ifndef _H_ACPCAPI */