コード例 #1
0
 internal static extern unsafe Interop.BOOL GetCPInfo(uint codePage, CPINFO *lpCpInfo);
コード例 #2
0
 internal static unsafe extern int GetCPInfo(uint codePage, CPINFO *lpCpInfo);
コード例 #3
0
ファイル: Interop.GetCPInfo.cs プロジェクト: z77ma/runtime
 internal static unsafe partial Interop.BOOL GetCPInfo(uint codePage, CPINFO *lpCpInfo);