mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
e90c93402b
is assumed to be "ptr" if not specified (just like midl). The validator will warn when "ptr" is used at the moment, because pidl only supports unique, ref and relative at the moment. (This used to be commit 31bed62a9a6f7830f523d509b67970648d40aaef)
19 lines
294 B
Plaintext
19 lines
294 B
Plaintext
/*
|
|
security configuration editor interface definitions
|
|
*/
|
|
|
|
[
|
|
uuid("93149ca2-973b-11d1-8c39-00c04fb984f9"),
|
|
version(0.0),
|
|
pointer_default(unique),
|
|
helpstring("Security Configuration Editor")
|
|
]
|
|
interface scerpc
|
|
{
|
|
|
|
/*****************/
|
|
/* Function 0x00 */
|
|
WERROR scerpc_Unknown0();
|
|
}
|
|
|