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