IFileOperationSetProgressMessage Method
Not implemented.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
HResult SetProgressMessage(
string pszMessage
)
Function SetProgressMessage (
pszMessage As String
) As HResult
Dim instance As IFileOperation
Dim pszMessage As String
Dim returnValue As HResult
returnValue = instance.SetProgressMessage(pszMessage)
HResult SetProgressMessage(
String^ pszMessage
)
abstract SetProgressMessage :
pszMessage : string -> HResult
No code example is currently available or this language may not be supported.
- pszMessage String
-
Pointer to the window title. This is a null-terminated, Unicode string.
HResult
If this method succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.