Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "timeGetDevCaps" in [All]

winmm

.
Summary
The timeGetDevCaps function queries the timer device to determine its resolution.
.

static extern UInt32 timeGetDevCaps( ref TimeCaps timeCaps,

.

Declare Function timeGetDevCaps Lib "winmm.dll" (ByRef lpTimeCaps As TimeCaps, ByVal uSize As UInt32) As UInt32

.
Documentation
[timeGetDevCaps] on MSDN

 
Access PInvoke.net directly from VS: