#[repr(transparent)]pub struct IUri(_);
Expand description
Required features: "Win32_System_Com"
Implementations§
§impl IUri
impl IUri
pub unsafe fn GetPropertyBSTR( &self, uriprop: Uri_PROPERTY, pbstrproperty: *mut BSTR, dwflags: u32 ) -> Result<()>
pub unsafe fn GetPropertyLength( &self, uriprop: Uri_PROPERTY, pcchproperty: *mut u32, dwflags: u32 ) -> Result<()>
pub unsafe fn GetPropertyDWORD( &self, uriprop: Uri_PROPERTY, pdwproperty: *mut u32, dwflags: u32 ) -> Result<()>
pub unsafe fn HasProperty(&self, uriprop: Uri_PROPERTY) -> Result<BOOL>
pub unsafe fn HasProperty(&self, uriprop: Uri_PROPERTY) -> Result<BOOL>
Required features: "Win32_Foundation"