IBackgroundCopyFile::GetLocalName method
Retrieves the local name of the file.
Syntax
HRESULT GetLocalName(
[out] LPWSTR *ppName
);
Parameters
-
ppName [out]
-
Null-terminated string that contains the name of the file on the client. The name is fully qualified. Call the CoTaskMemFree function to free ppName when done.
Return value
This method returns S_OK on success or one of the standard COM HRESULT values on error.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 10, version 1709 [desktop apps only] |
Minimum supported server |
Windows Server, version 1709 [desktop apps only] |
Header |
|
IDL |
|
Library |
|
DLL |
|
IID |
IID_IBackgroundCopyFile is defined as 01B7BD23-FB88-4A77-8490-5891D3E4653A |