Inheritance: System.Runtime.InteropServices.SafeHandle
Example #1
0
 internal static extern ErrorCode windower_block(SafeInstanceHandle handle, InputKinds input_kind);
Example #2
0
 internal static extern ErrorCode windower_set_key_state(SafeInstanceHandle handle, Key key, KeyState state);
Example #3
0
 internal static extern ErrorCode windower_text_create(SafeInstanceHandle handle, out SafeTextHandle result, byte[] name);
Example #4
0
 internal static extern ErrorCode windower_send_string(SafeInstanceHandle handle, byte[] text);
Example #5
0
 internal static extern ErrorCode windower_next_command(SafeInstanceHandle handle, out SafeCommandHandle result);
Example #6
0
 internal static extern ErrorCode windower_get_version(SafeInstanceHandle handle, out uint result);
Example #7
0
 internal static extern ErrorCode windower_create_remote(out SafeInstanceHandle result, byte[] domain, uint process);
Example #8
0
 internal static extern ErrorCode windower_create(out SafeInstanceHandle result, uint process);