IGlobalsSetWindowLong メソッド

注意: このAPIは廃止予定です。

指定されたウィンドウの属性を変更します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
[ObsoleteAttribute("【廃止予定】MakeWindowHandler(IntPtr windowHandle)を使用してください。")]
long SetWindowLong(
	IntPtr handle,
	GWL nIndex,
	long dwLong
)

パラメーター

handle
型: SystemIntPtr
ウィンドウのハンドル
nIndex
型: KeyToKey.EnumsGWL
変更する情報
dwLong
型: SystemInt64
セットする値

戻り値

型: Int64

["M:KeyToKey.Plugins.IGlobals.SetWindowLong(System.IntPtr,KeyToKey.Enums.GWL,System.Int64)"に対する<returns>がありません]

関連項目