20 lines
246 B
Plaintext
20 lines
246 B
Plaintext
|
/*++
|
||
|
|
||
|
Copyright (c) 1998 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
frsapi.acf
|
||
|
|
||
|
Abstract:
|
||
|
Define the ntfrsapi rpc interface.
|
||
|
|
||
|
Author:
|
||
|
Billy J. Fuller 1-Jan-1998
|
||
|
|
||
|
Environment
|
||
|
User mode winnt
|
||
|
|
||
|
--*/
|
||
|
[explicit_handle] interface NtFrsApi {
|
||
|
}
|