ReactOS
0.4.16-dev-1097-g530d26a
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
Public Member Functions
|
List of all members
nsIFileURL Interface Reference
Inheritance diagram for nsIFileURL:
[
legend
]
Collaboration diagram for nsIFileURL:
[
legend
]
Public Member Functions
nsresult
GetFile
(
nsIFile
**aFile)
nsresult
SetFile
(
nsIFile
*aFile)
Public Member Functions inherited from
nsIURL
nsresult
GetFilePath
(
nsACString
*aFilePath)
nsresult
SetFilePath
(
const
nsACString
*aFilePath)
nsresult
GetQuery
(
nsACString
*aQuery)
nsresult
SetQuery
(
const
nsACString
*aQuery)
nsresult
GetDirectory
(
nsACString
*aDirectory)
nsresult
SetDirectory
(
const
nsACString
*aDirectory)
nsresult
GetFileName
(
nsACString
*aFileName)
nsresult
SetFileName
(
const
nsACString
*aFileName)
nsresult
GetFileBaseName
(
nsACString
*aFileBaseName)
nsresult
SetFileBaseName
(
const
nsACString
*aFileBaseName)
nsresult
GetFileExtension
(
nsACString
*aFileExtension)
nsresult
SetFileExtension
(
const
nsACString
*aFileExtension)
nsresult
GetCommonBaseSpec
(
nsIURI
*aURIToCompare,
nsACString
*_retval)
nsresult
GetRelativeSpec
(
nsIURI
*aURIToCompare,
nsACString
*_retval)
Public Member Functions inherited from
nsIURI
nsresult
GetSpec
(
nsACString
*aSpec)
nsresult
SetSpec
(
const
nsACString
*aSpec)
nsresult
GetPrePath
(
nsACString
*aPrePath)
nsresult
GetScheme
(
nsACString
*aScheme)
nsresult
SetScheme
(
const
nsACString
*aScheme)
nsresult
GetUserPass
(
nsACString
*aUserPass)
nsresult
SetUserPass
(
const
nsACString
*aUserPass)
nsresult
GetUsername
(
nsACString
*aUsername)
nsresult
SetUsername
(
const
nsACString
*aUsername)
nsresult
GetPassword
(
nsACString
*aPassword)
nsresult
SetPassword
(
const
nsACString
*aPassword)
nsresult
GetHostPort
(
nsACString
*aHostPort)
nsresult
SetHostPort
(
const
nsACString
*aHostPort)
nsresult
GetHost
(
nsACString
*aHost)
nsresult
SetHost
(
const
nsACString
*aHost)
nsresult
GetPort
(
int32_t
*aPort)
nsresult
SetPort
(
int32_t
aPort)
nsresult
GetPath
(
nsACString
*aPath)
nsresult
SetPath
(
const
nsACString
*aPath)
nsresult
Equals
(
nsIURI
*
other
,
bool
*_retval)
nsresult
SchemeIs
(
const
char
*
scheme
,
bool
*_retval)
nsresult
Clone
(
nsIURI
**_retval)
nsresult
Resolve
(
const
nsACString
*relativePath,
nsACString
*_retval)
nsresult
GetAsciiSpec
(
nsACString
*aAsciiSpec)
nsresult
GetAsciiHost
(
nsACString
*aAsciiHost)
nsresult
GetOriginCharset
(
nsACString
*aOriginCharset)
nsresult
GetRef
(
nsACString
*aRef)
nsresult
SetRef
(
const
nsACString
*aRef)
nsresult
EqualsExceptRef
(
nsIURI
*
other
,
bool
*_retval)
nsresult
CloneIgnoringRef
(
nsIURI
**_retval)
nsresult
GetSpecIgnoringRef
(
nsACString
*aSpecIgnoringRef)
nsresult
GetHasRef
(
bool
*aHasRef)
Public Member Functions inherited from
nsISupports
nsresult
QueryInterface
(
nsIIDRef
riid
,
void
**
result
)
nsrefcnt
AddRef
()
nsrefcnt
Release
()
Detailed Description
Definition at line
468
of file
nsiface.idl
.
Member Function Documentation
◆
GetFile()
nsresult
nsIFileURL::GetFile
(
nsIFile
**
aFile
)
◆
SetFile()
nsresult
nsIFileURL::SetFile
(
nsIFile
*
aFile
)
The documentation for this interface was generated from the following file:
dll/win32/mshtml/
nsiface.idl
nsIFileURL
Generated on Tue May 6 2025 06:29:05 for ReactOS by
1.9.6