| Table of contents |
dscGetTime(DWORD *ms);
| Name | Description |
|---|---|
| ms | Pointer to number which will hold the counter value |
Error code or 0.
DWORD start, now;
dscGetTime(&start);
myExtendedOperation();
dscGetTime(&now);
printf("Elapsed ms: %ld\n", now - start);
This page was last modified 11:29, 12 Feb 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.