Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.