36 lines
462 B
Plaintext
36 lines
462 B
Plaintext
|
/*++
|
||
|
|
||
|
Copyright (c) 1999 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
efsrpc.acf
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
|
||
|
This file contains the attribute configuration information necessary
|
||
|
for generating the server stubs for remotable EFS functions. The
|
||
|
definitions in this file qualify the information in efsrpc.idl.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Robert Gu (RobertG) April, 2000
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User Mode
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
[strict_context_handle]
|
||
|
|
||
|
interface efsrpc
|
||
|
|
||
|
{
|
||
|
|
||
|
}
|