iobjectsafety.cs

来自「蓝牙传输控件,用于蓝牙文件上传和下载。芯片只要选用crs」· CS 代码 · 共 23 行

CS
23
字号
using System;
using System.Runtime.InteropServices;

namespace bluetoothX
{
	/// <summary>
	/// IObjectSafety 的摘要说明。
	/// </summary>
	[Guid("CB5BDC81-93C1-11CF-8F20-00805F2CD064"),InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
	public interface IObjectSafety
	{
		// methods
		void GetInterfacceSafyOptions(
			System.Int32 riid,
			out System.Int32 pdwSupportedOptions,
			out System.Int32 pdwEnabledOptions);
		void SetInterfaceSafetyOptions(
			System.Int32 riid,
			System.Int32 dwOptionsSetMask,
			System.Int32 dwEnabledOptions);		
	}
}

⌨️ 快捷键说明

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