Método de ICorThreadpool::CorRegisterWaitForSingleObject

Este método suporta a infraestrutura do .NET Framework e não deve ser usado diretamente pelo seu código.

HRESULT CorRegisterWaitForSingleObject (
    [in]  HANDLE*             phNewWaitObject,
    [in]  HANDLE              hWaitObject,
    [in]  WAITORTIMERCALLBACK Callback,
    [in]  PVOID               Context,
    [in]  ULONG               timeout,
    [in]  BOOL                executeOnlyOnce,
    [out] BOOL*               result
);

Requisitos

Plataformas: Consulte Requisitos de sistema do .NET Framework.

Cabeçalho: MSCorEE.h

Biblioteca: Incluído como um recurso em mscoree

.NET Framework versões: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Consulte também

Referência

Interface de ICorThreadpool