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.
 
 
 
 
 
 

40 lines
1.0 KiB

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
keysvc.acf
Author:
jeffspel 12-Jun-97
--*/
#ifdef CLIENT
typedef [allocate(all_nodes)] PKEYSVC_BLOB;
typedef [allocate(all_nodes)] PKEYSVC_PROVIDER_INFO;
typedef [allocate(all_nodes)] PKEY_ID;
typedef [allocate(all_nodes)] PKEYSVC_KEY_INFO;
typedef [allocate(all_nodes)] PKEYSVC_CERT_INFO;
typedef [allocate(all_nodes)] PKEYSVC_KEYS;
typedef [allocate(all_nodes)] PKEYSVC_UNICODE_STRING;
typedef [allocate(all_nodes)] PKEYSVC_CERT_ENROLL_INFO;
typedef [allocate(all_nodes)] PKEYSVC_CERT_REQUEST_PVK_NEW;
#else
typedef [allocate(all_nodes)] PKEYSVC_BLOB;
typedef [allocate(all_nodes)] PKEYSVC_PROVIDER_INFO;
typedef [allocate(all_nodes)] PKEY_ID;
typedef [allocate(all_nodes)] PKEYSVC_KEY_INFO;
typedef [allocate(all_nodes)] PKEYSVC_CERT_INFO;
typedef [allocate(all_nodes)] PKEYSVC_KEYS;
typedef [allocate(all_nodes)] PKEYSVC_UNICODE_STRING;
typedef [allocate(all_nodes)] PKEYSVC_CERT_ENROLL_INFO;
typedef [allocate(all_nodes)] PKEYSVC_CERT_REQUEST_PVK_NEW;
#endif