mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
frsapi.idl: fill the frsapi_WriterCommand() function
metze
This commit is contained in:
parent
1436256613
commit
b91156d4ae
@ -106,7 +106,14 @@ interface frsapi
|
||||
|
||||
/****************/
|
||||
/* Function 0x09 */
|
||||
[todo] void FRSAPI_WRITER_COMMAND();
|
||||
typedef [v1_enum] enum {
|
||||
FRSAPI_WRITER_COMMAND_FREEZE = 0x00000001,
|
||||
FRSAPI_WRITER_COMMAND_THAW = 0x00000002
|
||||
} frsapi_WriterCommandsValues;
|
||||
|
||||
WERROR frsapi_WriterCommand(
|
||||
[in] frsapi_WriterCommandsValues command
|
||||
);
|
||||
|
||||
/****************/
|
||||
/* Function 0x0a */
|
||||
|
Loading…
x
Reference in New Issue
Block a user