DelNodeRunDLL32W.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DelNodeRunDLL32W (ADVPACK.@)

SYNOPSIS

HRESULT DelNodeRunDLL32W
 (
  HWND      hWnd,
  HINSTANCE hInst,
  LPWSTR    cmdline,
  INT       show
 )

DESCRIPTION

Deletes a file or directory, WinMain style.

PARAMS

hWnd [In] Handle to the window used for the display.

hInst [In] Instance of the process.

cmdline [In] Contains parameters in the order FileOrDirName,Flags.

show [In] How the window should be shown.

RETURNS

Success: S_OK.

Failure: E_FAIL.

IMPLEMENTATION

Defined in "advpub.h".

Implemented in "dlls/advpack/files.c".

Debug channel "advpack".