ReactOS 0.4.16-dev-975-g3b8cfa4
|
Classes | |
struct | _BG_JOB_REPLY_PROGRESS |
struct | BG_AUTH_CREDENTIALS |
struct | BG_BASIC_CREDENTIALS |
Definition at line 30 of file bits1_5.idl.
typedef union { ... } IBackgroundCopyJob2::BG_AUTH_CREDENTIALS_UNION |
typedef struct IBackgroundCopyJob2::_BG_JOB_REPLY_PROGRESS IBackgroundCopyJob2::BG_JOB_REPLY_PROGRESS |
Definition at line 84 of file bits1_5.idl.
Definition at line 67 of file bits1_5.idl.
Enumerator | |
---|---|
BG_AUTH_SCHEME_BASIC | |
BG_AUTH_SCHEME_DIGEST | |
BG_AUTH_SCHEME_NTLM | |
BG_AUTH_SCHEME_NEGOTIATE | |
BG_AUTH_SCHEME_PASSPORT |
Definition at line 53 of file bits1_5.idl.
Enumerator | |
---|---|
BG_AUTH_TARGET_SERVER | |
BG_AUTH_TARGET_PROXY |
Definition at line 47 of file bits1_5.idl.
HRESULT IBackgroundCopyJob2::GetReplyData | ( | [out, size_is(,(unsigned long) *pLength)] byte ** | pBuffer, |
[in, out, unique] UINT64 * | pLength | ||
) |
HRESULT IBackgroundCopyJob2::GetReplyProgress | ( | [in, out] BG_JOB_REPLY_PROGRESS * | progress | ) |
HRESULT IBackgroundCopyJob2::RemoveCredentials | ( | BG_AUTH_TARGET | target, |
BG_AUTH_SCHEME | scheme | ||
) |
HRESULT IBackgroundCopyJob2::SetCredentials | ( | BG_AUTH_CREDENTIALS * | cred | ) |
BG_BASIC_CREDENTIALS IBackgroundCopyJob2::Basic |
Definition at line 73 of file bits1_5.idl.