CVRApplications.GetDefaultApplicationForMimeType Method

Definition

public:
 bool GetDefaultApplicationForMimeType(System::String ^ pchMimeType, System::Text::StringBuilder ^ pchAppKeyBuffer, System::UInt32 unAppKeyBufferLen);
public bool GetDefaultApplicationForMimeType (string pchMimeType, System.Text.StringBuilder pchAppKeyBuffer, uint unAppKeyBufferLen);
member this.GetDefaultApplicationForMimeType : string * System.Text.StringBuilder * uint32 -> bool
Public Function GetDefaultApplicationForMimeType (pchMimeType As String, pchAppKeyBuffer As StringBuilder, unAppKeyBufferLen As UInteger) As Boolean

Parameters

pchMimeType
String
pchAppKeyBuffer
StringBuilder
unAppKeyBufferLen
UInt32

Returns

Boolean

Applies to