mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
- IDL fixes + adding comments - Start working on dcom infrastructure (This used to be commit ef0fc269f06c82594c34ad8673c76c5ea099250e)
18 lines
265 B
Plaintext
18 lines
265 B
Plaintext
/*
|
|
security configuration editor interface definitions
|
|
*/
|
|
|
|
[
|
|
uuid(93149ca2-973b-11d1-8c39-00c04fb984f9),
|
|
version(0.0),
|
|
helpstring("Security Configuration Editor")
|
|
]
|
|
interface scerpc
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR scerpc_Unknown0();
|
|
}
|
|
|