4 initshutdown interface definition
10 uuid("894de0c0-0d55-11d3-a322-00c04fa321a1"),
12 endpoint("ncacn_np:[\\pipe\\InitShutdown]"),
13 pointer_default(unique),
14 helpstring("Init shutdown service")
15 ] interface initshutdown
17 WERROR initshutdown_Init
(
18 [in,unique] uint16
*hostname
,
20 * Note: lsa_String and winreg_String both result
21 * in WERR_INVALID_PARAM
23 [in,unique] lsa_StringLarge
*message,
25 [in] uint8 force_apps
,
29 WERROR initshutdown_Abort
(
30 [in,unique] uint16
*server
33 WERROR initshutdown_InitEx
(
34 [in,unique] uint16
*hostname
,
36 * Note: lsa_String and winreg_String both result
37 * in WERR_INVALID_PARAM
39 [in,unique] lsa_StringLarge
*message,
41 [in] uint8 force_apps
,