ole32: Fix a couple of comments.
This commit is contained in:
parent
12edc21a3a
commit
739ca6deae
|
@ -340,7 +340,7 @@ RunningObjectTableImpl_AddRef(IRunningObjectTable* iface)
|
|||
}
|
||||
|
||||
/***********************************************************************
|
||||
* RunningObjectTable_Initialize
|
||||
* RunningObjectTable_Destroy
|
||||
*/
|
||||
static HRESULT
|
||||
RunningObjectTableImpl_Destroy(void)
|
||||
|
@ -414,7 +414,7 @@ RunningObjectTableImpl_Release(IRunningObjectTable* iface)
|
|||
* grfFlags [in] Registration options
|
||||
* punkObject [in] the object being registered
|
||||
* pmkObjectName [in] the moniker of the object being registered
|
||||
* pdwRegister [in] the value identifying the registration
|
||||
* pdwRegister [out] the value identifying the registration
|
||||
*/
|
||||
static HRESULT WINAPI
|
||||
RunningObjectTableImpl_Register(IRunningObjectTable* iface, DWORD grfFlags,
|
||||
|
|
Loading…
Reference in New Issue