ManagedHelper.GetAppLocalCLSIDFromProgID(String, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool GetAppLocalCLSIDFromProgID(System::String ^ pcwszProgID, [Runtime::InteropServices::Out] Guid % pClsid);
public bool GetAppLocalCLSIDFromProgID (string pcwszProgID, out Guid pClsid);
abstract member GetAppLocalCLSIDFromProgID : string * Guid -> bool
override this.GetAppLocalCLSIDFromProgID : string * Guid -> bool
Public Function GetAppLocalCLSIDFromProgID (pcwszProgID As String, ByRef pClsid As Guid) As Boolean
Parameters
- pcwszProgID
- String
- pClsid
- Guid