.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DelayedMove 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDelayedMove\fR (SETUPAPI.@) .SH SYNOPSIS BOOL DelayedMove ( LPCWSTR \fIlpExistingFileName\fR, LPCWSTR \fIlpNewFileName\fR ) .SH DESCRIPTION .PP Moves a file upon the next reboot. .SH PARAMS \fIlpExistingFileName\fR \fB[In]\fR Current file name. .PP \fIlpNewFileName\fR \fB[In]\fR New file name. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"setupapi.h"\fR. .PP Implemented in \fB"dlls/setupapi/misc.c"\fR. .PP Debug channel \fB"setupapi"\fR.