Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InprocHandler32

Specifies whether an application uses a custom handler.

Registry Entry

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID
   {CLSID}
      InprocHandler32 = handler.dll

Remarks

This is a REG_SZ value that specifies the custom handler used by the application. If a custom handler is not used, the entry should be set to Ole32.dll.

If a container is searching the registry for a custom handler, the 16-bit version has priority with a 16-bit container and the 32-bit version has priority with a 32-bit container.

Related topics

InprocHandler

 

 

Show:
© 2017 Microsoft