LinkResource Method
Links in a resource.
Syntax
HRESULT LinkResource(
mdAssembly AssemblyID,
LPCWSTR pszFileName,
LPCWSTR pszNewLocation,
LPCWSTR pszResourceName,
DWORD dwFlags
) PURE;
Parameters
AssemblyID
ID of the assembly.
pszFileName
Name of the file.
pszNewLocation
Optional new file name. If non-NULL, pszFileName
will be copied to pszNewLocation.
pszResourceName
Name of the resource.
dwFlags
Accessibility flags such as mrPublic
and mrPrivate
. This parameter may be passed to DefineManifestResource Method.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h.
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.