Scroll to navigation

DelayedMove(3w) Wine API DelayedMove(3w)

NAME

DelayedMove (SETUPAPI.@)

SYNOPSIS

BOOL DelayedMove
(
LPCWSTR lpExistingFileName,
LPCWSTR lpNewFileName
)
 

DESCRIPTION

Moves a file upon the next reboot.
 

PARAMS

lpExistingFileName [In] Current file name.
lpNewFileName [In] New file name.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

Declared in "setupapi.h".
Implemented in "dlls/setupapi/misc.c".
Debug channel "setupapi".
Oct 2012 Wine API