IAppxManifestPackageDependency::GetPublisher method
Gets the name of the publisher that produced the package on which the current package depends.
Syntax
HRESULT GetPublisher( [out] LPWSTR *publisher );
Parameters
- publisher [out]
-
Type: LPWSTR*
The name of the publisher.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If the publisher is not defined for the dependency, this method returns S_OK, and publisher is NULL.
The caller must free the memory allocated for publisher using the CoTaskMemFree function.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IAppxManifestPackageDependency is defined as e4946b59-733e-43f0-a724-3bde4c1285a0 |
See also