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.
|
|
/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
dssetups.acf
Abstract:
Local Security Authority SERVER rpc stub attribute configuration file.
This file contains the attribute configuration information necessary for generating the client stubs for remotable LSA functions. The definitions in this file qualify the information in lsarpc.idl.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! This .acf file is USED ONLY WHEN GENERATING DSSETUP SERVER STUBS. !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Use dssetup.acf when generating client stubs.
The client likes to have all returned data in a single block of allocated memory. This allows them to free the returned information with a single call, rather than walking down some random tree of allocated blocks.
Author:
Scott Birrell (ScottBi) September 5, 1991
Environment:
User Mode
Revision History:
--*/
[implicit_handle(handle_t IgnoreThisHandle), strict_context_handle]
interface dssetup
{
// // define complex [out] parameters to be [allocate(all_nodes)]... // }
|