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.

26 lines
666 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File: pacndr.acf
  7. //
  8. // Contents: ACF file for the pacndr interface
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 27-Mar-1998 MikeSw Created
  15. //
  16. //----------------------------------------------------------------------------
  17. interface Pac
  18. {
  19. typedef [encode, decode, allocate(all_nodes)] PPAC_IDL_VALIDATION_INFO;
  20. typedef [encode, decode, allocate(all_nodes)] PPAC_IDL_CREDENTIAL_DATA;
  21. typedef [encode, decode, allocate(all_nodes)] PKERB_TOKEN_RESTRICTIONS;
  22. }