Skip to content

Latest commit

 

History

History
92 lines (64 loc) · 2.81 KB

nf-shobjidl_core-itransferadvisesink-updatetransferstate.md

File metadata and controls

92 lines (64 loc) · 2.81 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.ITransferAdviseSink.UpdateTransferState
ITransferAdviseSink::UpdateTransferState (shobjidl_core.h)
Updates the transfer state.
ITransferAdviseSink interface [Windows Shell]
UpdateTransferState method
ITransferAdviseSink.UpdateTransferState
ITransferAdviseSink::UpdateTransferState
TS_INDETERMINATE
TS_NONE
TS_PERFORMING
TS_PREPARING
UpdateTransferState
UpdateTransferState method [Windows Shell]
UpdateTransferState method [Windows Shell]
ITransferAdviseSink interface
_shell_ITransferAdviseSink_UpdateTransferState
shell.ITransferAdviseSink_UpdateTransferState
shobjidl_core/ITransferAdviseSink::UpdateTransferState
shell\ITransferAdviseSink_UpdateTransferState.htm
shell
37e830b0-a426-4a66-83c3-108f315f50ac
12/05/2018
ITransferAdviseSink interface [Windows Shell],UpdateTransferState method, ITransferAdviseSink.UpdateTransferState, ITransferAdviseSink::UpdateTransferState, TS_INDETERMINATE, TS_NONE, TS_PERFORMING, TS_PREPARING, UpdateTransferState, UpdateTransferState method [Windows Shell], UpdateTransferState method [Windows Shell],ITransferAdviseSink interface, _shell_ITransferAdviseSink_UpdateTransferState, shell.ITransferAdviseSink_UpdateTransferState, shobjidl_core/ITransferAdviseSink::UpdateTransferState
shobjidl_core.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
ITransferAdviseSink::UpdateTransferState
shobjidl_core/ITransferAdviseSink::UpdateTransferState
c++
APIRef
kbSyntax
COM
shobjidl_core.h
ITransferAdviseSink.UpdateTransferState

ITransferAdviseSink::UpdateTransferState

-description

Updates the transfer state.

-parameters

-param ts [in]

Type: TRANSFER_ADVISE_STATE

The transfer state. One of the following values.

TS_NONE (0x00000000)

0x00000000. No transfer is in progress.

TS_PERFORMING (0x00000001)

0x00000001. The transfer is being performed.

TS_PREPARING (0x00000002)

0x00000002. The transfer is preparing to begin. For example, this flag would be set when space requirements are being calculated.

TS_INDETERMINATE (0x00000004)

0x00000004. Length of the transfer is unknown.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.