1 implementation of IsComWrappersRCW
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ComWrappers_1.cs (1)
171
public bool
IsComWrappersRCW
(TargetPointer rcw)
1 reference to IsComWrappersRCW
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6216
*isComWrappersRCW = comWrappersContract.
IsComWrappersRCW
(rcwPtr) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;