IUri class com Interface
Exposes methods and properties used to parse and build Uniform Resource Identifiers (URIs).
Properties
Methods
-
addRef(
) → int -
inherited
-
getAbsoluteUri(
Pointer< Pointer< pbstrAbsoluteUri) → intUtf16> > -
getAuthority(
Pointer< Pointer< pbstrAuthority) → intUtf16> > -
getDisplayUri(
Pointer< Pointer< pbstrDisplayString) → intUtf16> > -
getDomain(
Pointer< Pointer< pbstrDomain) → intUtf16> > -
getExtension(
Pointer< Pointer< pbstrExtension) → intUtf16> > -
getFragment(
Pointer< Pointer< pbstrFragment) → intUtf16> > -
getHost(
Pointer< Pointer< pbstrHost) → intUtf16> > -
getHostType(
Pointer< Uint32> pdwHostType) → int -
getPassword(
Pointer< Pointer< pbstrPassword) → intUtf16> > -
getPath(
Pointer< Pointer< pbstrPath) → intUtf16> > -
getPathAndQuery(
Pointer< Pointer< pbstrPathAndQuery) → intUtf16> > -
getPort(
Pointer< Uint32> pdwPort) → int -
getProperties(
Pointer< Uint32> pdwFlags) → int -
getPropertyBSTR(
int uriProp, Pointer< Pointer< pbstrProperty, int dwFlags) → intUtf16> > -
getPropertyDWORD(
int uriProp, Pointer< Uint32> pdwProperty, int dwFlags) → int -
getPropertyLength(
int uriProp, Pointer< Uint32> pcchProperty, int dwFlags) → int -
getQuery(
Pointer< Pointer< pbstrQuery) → intUtf16> > -
getRawUri(
Pointer< Pointer< pbstrRawUri) → intUtf16> > -
getScheme(
Pointer< Uint32> pdwScheme) → int -
getSchemeName(
Pointer< Pointer< pbstrSchemeName) → intUtf16> > -
getUserInfo(
Pointer< Pointer< pbstrUserInfo) → intUtf16> > -
getUserName(
Pointer< Pointer< pbstrUserName) → intUtf16> > -
getZone(
Pointer< Uint32> pdwZone) → int -
hasProperty(
int uriProp, Pointer< Int32> pfHasProperty) → int -
isEqual(
Pointer< COMObject> pUri, Pointer<Int32> pfEqual) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
inherited
-
release(
) → int -
inherited
-
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited