InProcServer32
- InProcServer32
- The registry key ‘
HKEY_CLASSES_ROOT\CLSID\{16-byte ID}\InProcServer32
’ holds the full path to a DLL if the COM object is implemented as a library. If this key does not exist then it is assumed that the COM object is managed by a separate process, with LocalServer32 holding the full path name of the executable.Associated keywords: COM, Registry, InProcHandler32, LocalServer32.
For more information see:
- http://msdn2.microsoft.com/en-us/library/ms682390.aspx
- Microsoft Developer Network 'COM Fundamentals' page, covering InprocServer32.
Link contributed by GazzaBear
- http://msdn2.microsoft.com/en-us/library/ms682390.aspx
- Microsoft Developer Network 'COM Fundamentals' page, covering InprocServer32.