Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.18 KB

icorthreadpool-corchangetimer-method.md

File metadata and controls

47 lines (37 loc) · 1.18 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorThreadpool::CorChangeTimer Method
ICorThreadpool::CorChangeTimer Method
03/30/2017
ICorThreadpool.CorChangeTimer
mscoree.dll
COM
CorChangeTimer
CorChangeTimer method [.NET Framework hosting]
ICorThreadpool::CorChangeTimer method [.NET Framework hosting]
82b03a59-5a87-43ed-9b75-e04b256e1a46
apiref

ICorThreadpool::CorChangeTimer Method

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Syntax

HRESULT CorChangeTimer (  
    [in]  HANDLE Timer,
    [in]  ULONG  DueTime,
    [in]  ULONG  Period,  
    [out] BOOL*  result  
);  

Requirements

Platforms: See System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also