table of contents
other versions
- wheezy 1.4.1-4
StopWatch_SetMsgLastLocation(3w) | Wine API | StopWatch_SetMsgLastLocation(3w) |
NAME¶
StopWatch_SetMsgLastLocation (SHLWAPI.252)SYNOPSIS¶
DWORD StopWatch_SetMsgLastLocation(
DWORD dwUnknown
)
DESCRIPTION¶
Set an as yet unidentified performance value.PARAMS¶
dwUnknown [In] Value to set.RETURNS¶
dwUnknown.IMPLEMENTATION¶
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function. Implemented in "dlls/shlwapi/stopwatch.c". Debug channel "shell".Oct 2012 | Wine API |