Argument | Type | Description |
reserved | DWORD | Reserved for future use; must be zero. |
pUnkObject | IUnknown* | The object which has just entered the running state. |
pmkObjectName | IMoniker* | The moniker which would bind to the newly running object. |
pdwRegister | DWORD* | A place to return a value by which this registration can later be revoked. May not be NULL. Zero will never be returned as a valid registration value; that is, on exit, *pdwRegister is never NULL. |
return value | HRESULT | S_OK, MK_S_MONIKERALREADYREGISTERED |