IMetaDataAssemblyImport::FindManifestResourceByName Method
.NET Framework 2.0
Gets a pointer to the manifest resource with the specified name.
HRESULT FindManifestResourceByName (
[in] LPCWSTR szName,
[out] mdManifestResource *ptkManifestResource
);
Parameters
| Parameter | Description |
|---|---|
|
szName |
[in] The name of the resource. |
|
ptkManifestResource |
[out] The array used to store the mdManifestResource metadata tokens, each of which represents a manifest resource. |