DelNodeRunDLL32W (ADVPACK.@)
HRESULT DelNodeRunDLL32W ( HWND hWnd, HINSTANCE hInst, LPWSTR cmdline, INT show )
Deletes a file or directory, WinMain style.
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. |
Success: S_OK.
Failure: E_FAIL.
Declared in "include/advpub.h". gitlab.winehq.org/wine/wine/blob/master/include/advpub.h
Implemented in "dlls/advpack/files.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advpack/files.c
Debug channel "advpack".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.