⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 initshutdown.idl

📁 samba最新软件
💻 IDL
字号:
#include "idl_types.h"/*  initshutdown interface definition*/import "lsa.idl";[   uuid("894de0c0-0d55-11d3-a322-00c04fa321a1"),  version(1.0),  endpoint("ncacn_np:[\\pipe\\InitShutdown]"),  pointer_default(unique),  helpstring("Init shutdown service")] interface initshutdown{	WERROR initshutdown_Init(		[in,unique] uint16 *hostname,		/*		 * Note: lsa_String and winreg_String both result		 *       in WERR_INVALID_PARAM		 */		[in,unique] lsa_StringLarge *message,		[in] uint32 timeout,		[in] uint8 force_apps,		[in] uint8 reboot	);	WERROR initshutdown_Abort(		[in,unique] uint16 *server	);	WERROR initshutdown_InitEx(  		[in,unique] uint16 *hostname,		/*		 * Note: lsa_String and winreg_String both result		 *       in WERR_INVALID_PARAM		 */		[in,unique] lsa_StringLarge *message,		[in] uint32 timeout,		[in] uint8 force_apps,		[in] uint8 reboot,		[in] uint32 reason	);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -