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