Click or drag to resize
APILNError_GetLastErrorMessage Method
最後に発生したエラーのエラーメッセージを取得します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void LNError_GetLastErrorMessage(
	out IntPtr outStr
)

Parameters

outStr
Type: SystemIntPtr
メッセージ文字列のポインタを格納する変数のポインタ。
See Also