.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CmdBatNotification 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCmdBatNotification\fR (KERNEL32.@) .SH SYNOPSIS BOOL CmdBatNotification ( BOOL \fIbBatchRunning\fR ) .SH DESCRIPTION .PP Notifies the system that a batch file has started or finished. .SH PARAMS \fIbBatchRunning\fR \fB[In]\fR \fBTRUE\fR if a batch file has started or \fBFALSE\fR if a batch file has finished executing. .PP .SH RETURNS .PP Unknown. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/kernel32/process.c"\fR. .PP Debug channel \fB"process"\fR.