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.
Registers COM or Windows Runtime objects so other applications can connect to them.
HRESULT RegisterObjects(
ModuleBase* module,
const wchar_t* serverName);
Parameters
module
An array of COM or Windows Runtime objects.serverName
Name of the server that created the objects.
Return Value
S_OK if successful; otherwise, an HRESULT that indicates the reason the operation failed.
Requirements
Header: module.h
Namespace: Microsoft::WRL