4 references to Uri_PROPERTY
ReachFramework (4)
Serialization\RCW\IUri.cs (4)
49
void GetPropertyBSTR([In][ComAliasName("System.Windows.Xps.Serialization.RCW.Uri_PROPERTY")]
Uri_PROPERTY
uriProp, out string pbstrProperty, [In] uint dwFlags);
51
void GetPropertyDWORD([In][ComAliasName("System.Windows.Xps.Serialization.RCW.Uri_PROPERTY")]
Uri_PROPERTY
uriProp, out uint pdwProperty, [In] uint dwFlags);
53
void GetPropertyLength([In][ComAliasName("System.Windows.Xps.Serialization.RCW.Uri_PROPERTY")]
Uri_PROPERTY
uriProp, out uint pcchProperty, [In] uint dwFlags);
69
void HasProperty([In][ComAliasName("System.Windows.Xps.Serialization.RCW.Uri_PROPERTY")]
Uri_PROPERTY
uriProp, out int pfHasProperty);