Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Returns a unique identifier that can be assigned to an execution context that implements the IExecutionContext interface.
_CRTIMP unsigned int GetExecutionContextId();
Return Value
A unique identifier for an execution context.
Remarks
Use this method to obtain an identifier for your execution context before you pass an IExecutionContext interface as a parameter to any of the methods offered by the Resource Manager.
Requirements
Header: concrtrm.h
Namespace: Concurrency