コード例 #1
0
 public virtual extern void DecomposeHwndIdentityString([In] ref byte pIDString, [In] uint dwIDStringLen, [ComAliasName("Accessibility.wireHWND")] out _RemotableHandle phwnd, out uint pidObject, out uint pidChild);
コード例 #2
0
 public virtual extern void SetHmenuProp([In, ComAliasName("Accessibility.wireHMENU")] ref _RemotableHandle hmenu, [In] uint idChild, [In] Guid idProp, [In, MarshalAs(UnmanagedType.Struct)] object var);
コード例 #3
0
 public virtual extern void ComposeHwndIdentityString([In, ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [Out] IntPtr ppIDString, out uint pdwIDStringLen);
コード例 #4
0
 public virtual extern void DecomposeHmenuIdentityString([In] ref byte pIDString, [In] uint dwIDStringLen, [ComAliasName("Accessibility.wireHMENU")] out _RemotableHandle phmenu, out uint pidChild);
コード例 #5
0
 public virtual extern void ClearHwndProps([In, ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [In] ref Guid paProps, [In] int cProps);
コード例 #6
0
 public virtual extern void ComposeHmenuIdentityString([In, ComAliasName("Accessibility.wireHMENU")] ref _RemotableHandle hmenu, [In] uint idChild, [Out] IntPtr ppIDString, out uint pdwIDStringLen);
コード例 #7
0
 void IAccPropServices.SetHmenuProp([In][ComAliasName("Accessibility.wireHMENU")] ref _RemotableHandle hmenu, [In] uint idChild, [In] Guid idProp, [In][MarshalAs(UnmanagedType.Struct)] object var)
 {
     //ILSpy generated this explicit interface implementation from .override directive in SetHmenuProp
     this.SetHmenuProp(ref hmenu, idChild, idProp, var);
 }
コード例 #8
0
 public virtual extern void SetHmenuPropServer([In][ComAliasName("Accessibility.wireHMENU")] ref _RemotableHandle hmenu, [In] uint idChild, [In] ref Guid paProps, [In] int cProps, [In][MarshalAs(UnmanagedType.Interface)] IAccPropServer pServer, [In] AnnoScope AnnoScope);
コード例 #9
0
 void IAccPropServices.ClearHwndProps([In][ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [In] ref Guid paProps, [In] int cProps)
 {
     //ILSpy generated this explicit interface implementation from .override directive in ClearHwndProps
     this.ClearHwndProps(ref hwnd, idObject, idChild, ref paProps, cProps);
 }
コード例 #10
0
 void IAccPropServices.ComposeHwndIdentityString([In][ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [Out] IntPtr ppIDString, out uint pdwIDStringLen)
 {
     //ILSpy generated this explicit interface implementation from .override directive in ComposeHwndIdentityString
     this.ComposeHwndIdentityString(ref hwnd, idObject, idChild, ppIDString, out pdwIDStringLen);
 }
コード例 #11
0
 void IAccPropServices.SetHwndPropServer([In][ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [In] ref Guid paProps, [In] int cProps, [In][MarshalAs(UnmanagedType.Interface)] IAccPropServer pServer, [In] AnnoScope AnnoScope)
 {
     //ILSpy generated this explicit interface implementation from .override directive in SetHwndPropServer
     this.SetHwndPropServer(ref hwnd, idObject, idChild, ref paProps, cProps, pServer, AnnoScope);
 }
コード例 #12
0
 void IAccPropServices.SetHwndPropStr([In][ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [In] Guid idProp, [In][MarshalAs(UnmanagedType.LPWStr)] string str)
 {
     //ILSpy generated this explicit interface implementation from .override directive in SetHwndPropStr
     this.SetHwndPropStr(ref hwnd, idObject, idChild, idProp, str);
 }
コード例 #13
0
 public virtual extern void SetHwndProp([In][ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [In] Guid idProp, [In][MarshalAs(UnmanagedType.Struct)] object var);
コード例 #14
0
 public virtual extern void SetHwndPropServer([In, ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [In] ref Guid paProps, [In] int cProps, [In, MarshalAs(UnmanagedType.Interface)] IAccPropServer pServer, [In] AnnoScope AnnoScope);
コード例 #15
0
 public virtual extern void ClearHmenuProps([In, ComAliasName("Accessibility.wireHMENU")] ref _RemotableHandle hmenu, [In] uint idChild, [In] ref Guid paProps, [In] int cProps);
コード例 #16
0
 public virtual extern void SetHwndPropStr([In, ComAliasName("Accessibility.wireHWND")] ref _RemotableHandle hwnd, [In] uint idObject, [In] uint idChild, [In] Guid idProp, [In, MarshalAs(UnmanagedType.LPWStr)] string str);
コード例 #17
0
 public virtual extern void SetHmenuPropStr([In][ComAliasName("Accessibility.wireHMENU")] ref _RemotableHandle hmenu, [In] uint idChild, [In] Guid idProp, [In][MarshalAs(UnmanagedType.LPWStr)] string str);