CVRApplications.GetApplicationsThatSupportMimeType 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:
System::UInt32 GetApplicationsThatSupportMimeType(System::String ^ pchMimeType, System::Text::StringBuilder ^ pchAppKeysThatSupportBuffer, System::UInt32 unAppKeysThatSupportBuffer);
public uint GetApplicationsThatSupportMimeType (string pchMimeType, System.Text.StringBuilder pchAppKeysThatSupportBuffer, uint unAppKeysThatSupportBuffer);
member this.GetApplicationsThatSupportMimeType : string * System.Text.StringBuilder * uint32 -> uint32
Public Function GetApplicationsThatSupportMimeType (pchMimeType As String, pchAppKeysThatSupportBuffer As StringBuilder, unAppKeysThatSupportBuffer As UInteger) As UInteger
Parameters
- pchMimeType
- String
- pchAppKeysThatSupportBuffer
- StringBuilder
- unAppKeysThatSupportBuffer
- UInt32