timeGetDevCaps (winmm)
Last changed: -80.109.134.50

.
Summary
TODO - a short description

C# Signature:

[DllImport("winmm.dll", SetLastError=true)]
static extern UInt32 timeGetDevCaps( ref TimeCaps timeCaps,
            UInt32 sizeTimeCaps );

VB Signature:

Declare Function timeGetDevCaps Lib "winmm.dll" (TODO) As TODO

User-Defined Types:

None.

http://www.pinvoke.net/default.aspx/Structures.TimeCaps

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation