.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StopWatch_MarkJavaStop 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStopWatch_MarkJavaStop\fR (SHLWAPI.249) .SH SYNOPSIS void StopWatch_MarkJavaStop ( LPCWSTR \fIlpszEvent\fR, HWND \fIhWnd\fR, DWORD \fIdwReserved\fR ) .SH DESCRIPTION .PP Log a java applet stopping. .SH PARAMS \fIlpszEvent\fR \fB[In]\fR Name of the event (applet). .PP \fIhWnd\fR \fB[In]\fR Window running the applet. .PP \fIdwReserved\fR \fB[In]\fR Unused. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/stopwatch.c"\fR. .PP Debug channel \fB"shell"\fR.