57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
|
/*++
|
||
|
|
||
|
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)]...
|
||
|
//
|
||
|
}
|