Skip to content

Latest commit

 

History

History
105 lines (66 loc) · 2.85 KB

nf-winnt-tpsetcallbacklongfunction.md

File metadata and controls

105 lines (66 loc) · 2.85 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:winnt.TpSetCallbackLongFunction
TpSetCallbackLongFunction function (winnt.h)
Indicates that callbacks associated with this callback environment may not return quickly. (TpSetCallbackLongFunction)
TpSetCallbackLongFunction
TpSetCallbackLongFunction function
base.tpsetcallbacklongfunction
winnt/TpSetCallbackLongFunction
base\tpsetcallbacklongfunction.htm
backup
27E7F647-1005-4499-9787-F2CE6E8B6AFF
12/05/2018
TpSetCallbackLongFunction, TpSetCallbackLongFunction function, base.tpsetcallbacklongfunction, winnt/TpSetCallbackLongFunction
winnt.h
Windows
Windows
19H1
TpSetCallbackLongFunction
winnt/TpSetCallbackLongFunction
c++
APIRef
kbSyntax
HeaderDef
winnt.h
TpSetCallbackLongFunction

TpSetCallbackLongFunction function

-description

Indicates that callbacks associated with this callback environment may not return quickly.

-parameters

-param CallbackEnviron [in, out]

A TP_CALLBACK_ENVIRON structure that defines the callback environment. The TpInitializeCallbackEnviron function returns this structure.

-remarks

The thread pool may use this information to better determine when a new thread should be created.

This function is implemented as an inline function.

-see-also

TpDestroyCallbackEnviron

TpInitializeCallbackEnviron

TpSetCallbackActivationContext

TpSetCallbackCleanupGroup

TpSetCallbackFinalizationCallback

TpSetCallbackNoActivationContext

TpSetCallbackPersistent

TpSetCallbackPriority

TpSetCallbackRaceWithDll

TpSetCallbackThreadpool