コード例 #1
0
 public static extern int SetInputScopes2([NativeTypeName("HWND")] IntPtr hwnd, [NativeTypeName("const InputScope *")] InputScope *pInputScopes, [NativeTypeName("UINT")] uint cInputScopes, IEnumString *pEnumString, [NativeTypeName("PWSTR")] ushort *pszRegExp, [NativeTypeName("PWSTR")] ushort *pszSRGS);
コード例 #2
0
 public static extern HRESULT SetInputScopes2(HWND hwnd, [NativeTypeName("const InputScope *")] InputScope *pInputScopes, uint cInputScopes, IEnumString *pEnumString, [NativeTypeName("PWSTR")] ushort *pszRegExp, [NativeTypeName("PWSTR")] ushort *pszSRGS);
コード例 #3
0
 public static extern int SetInputScopes([NativeTypeName("HWND")] IntPtr hwnd, [NativeTypeName("const InputScope *")] InputScope *pInputScopes, [NativeTypeName("UINT")] uint cInputScopes, [NativeTypeName("PWSTR *")] ushort **ppszPhraseList, [NativeTypeName("UINT")] uint cPhrases, [NativeTypeName("PWSTR")] ushort *pszRegExp, [NativeTypeName("PWSTR")] ushort *pszSRGS);
コード例 #4
0
 public static extern HRESULT SetInputScopes(HWND hwnd, [NativeTypeName("const InputScope *")] InputScope *pInputScopes, uint cInputScopes, [NativeTypeName("PWSTR *")] ushort **ppszPhraseList, uint cPhrases, [NativeTypeName("PWSTR")] ushort *pszRegExp, [NativeTypeName("PWSTR")] ushort *pszSRGS);