Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 1.92 KB

nn-objidl-ifastrundown.md

File metadata and controls

63 lines (54 loc) · 1.92 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
NN:objidl.IFastRundown
IFastRundown (objidl.h)
The IFastRundown interface (objidl.h) marks an interface as eligible for fast rundown behavior.
IFastRundown
IFastRundown interface [COM]
IFastRundown interface [COM]
described
com.ifastrundown
objidl/IFastRundown
com\ifastrundown.htm
com
8406B781-7CBE-47F8-B7EF-5FF599BB8EDE
08/15/2022
IFastRundown, IFastRundown interface [COM], IFastRundown interface [COM],described, com.ifastrundown, objidl/IFastRundown
objidl.h
Objidlbase.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Objidlbase.idl
Windows
19H1
IFastRundown
objidl/IFastRundown
c++
APIRef
kbSyntax
COM
objidl.h
IFastRundown

IFastRundown interface

-description

Marks an interface as eligible for fast rundown behavior.

-remarks

A Component Object Model (COM) object implements the IFastRundown marker interface to opt into the fast rundown behavior.

All Windows Store app processes, as well as the broker processes RuntimeBroker.exe and PickerHost.exe, apply fast rundown at the process level, which means that all objects in any of these processes are subjected to fast rundown automatically. Desktop processes don't get this behavior by default and must opt in at the process level. Specific objects opt in by implementing the IFastRundown marker interface.

-see-also

IUnknown