Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Creates a unique ID or alias for this object or returns an existing alias.
HRESULT CreateAlias(
IDebugAlias** ppAlias
);
int CreateAlias(
out IDebugAlias ppAlias
);
Parameters
- ppAlias
[out] The new (or existing) alias.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
An alias is a label that represents a particular object while the object is in memory.