Add high resolution flag for waitable timer initialisation (#343)

Thanks
pull/344/head
Dean Herbert 2022-11-14 08:04:36 +09:00 committed by GitHub
parent f2e7c4fba2
commit eebcfb01be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ namespace Vanara.PInvoke
/// <summary>The timer must be manually reset.</summary>
CREATE_WAITABLE_TIMER_MANUAL_RESET = 0x00000001,
/// <summary>Creates a high resolution timer.</summary>
CREATE_WAITABLE_TIMER_HIGH_RESOLUTION = 0x00000002,
}
/// <summary>Define the upper byte of the critical section SpinCount field.</summary>