1
0
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:
Stefan Metzmacher 2009-07-21 16:04:35 +02:00
parent 1436256613
commit b91156d4ae

View File

@ -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 */