.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetPathWordBreakProc 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetPathWordBreakProc\fR (COMCTL32.384) .SH SYNOPSIS LRESULT SetPathWordBreakProc ( HWND \fIhwnd\fR, BOOL \fIbSet\fR ) .SH DESCRIPTION .PP Sets the word break procedure for an edit control to one that understands paths so that the user can jump over directories. .SH PARAMS \fIhwnd\fR \fB[In]\fR Handle to edit control. .PP \fIbSet\fR \fB[In]\fR If this is \fBTRUE\fR then the word break proc is set, otherwise it is removed. .PP .SH RETURNS .PP Result from \fBEM_SETWORDBREAKPROC\fR message. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/comctl32/commctrl.c"\fR. .PP Debug channel \fB"commctrl"\fR.