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
773 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: pacndr.acf
//
// Contents: ACF file for the pacndr interface
//
// Classes:
//
// Functions:
//
// History: 27-Mar-1998 MikeSw Created
//
//----------------------------------------------------------------------------
interface Pac
{
typedef [encode, decode, allocate(all_nodes)] PPAC_IDL_VALIDATION_INFO;
typedef [encode, decode, allocate(all_nodes)] PPAC_IDL_CREDENTIAL_DATA;
typedef [encode, decode, allocate(all_nodes)] PKERB_TOKEN_RESTRICTIONS;
typedef [encode, decode, allocate(all_nodes)] PPAC_IDL_S4U_DELEGATION_INFO;
}