IVsStructuredFileIO.FindFormatIndex(UInt32, UInt32[]) 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.
Returns the format index for the CodePage of the data object.
int FindFormatIndex(unsigned int uiCodePage, std::Array <unsigned int> const & pnFormatIndex);
public int FindFormatIndex (uint uiCodePage, uint[] pnFormatIndex);
abstract member FindFormatIndex : uint32 * uint32[] -> int
Public Function FindFormatIndex (uiCodePage As UInteger, Optional pnFormatIndex As UInteger()) As Integer
Parameters
- uiCodePage
- UInt32
[in] Specifies CodePage.
- pnFormatIndex
- UInt32[]
[out, optional] Pointer to an integer containing the format index.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsStructuredFileIO::FindFormatIndex(
[in] UINT uiCodePage,
[out, optional] ULONG *pnFormatIndex
);