Skip to content

Latest commit

 

History

History
99 lines (77 loc) · 3.16 KB

nf-imapi2fs-ifilesystemimage-get_udfrevisionssupported.md

File metadata and controls

99 lines (77 loc) · 3.16 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:imapi2fs.IFileSystemImage.get_UDFRevisionsSupported
IFileSystemImage::get_UDFRevisionsSupported (imapi2fs.h)
Retrieves a list of supported UDF revision levels.
IFileSystemImage interface [IMAPI]
get_UDFRevisionsSupported method
IFileSystemImage.get_UDFRevisionsSupported
IFileSystemImage::get_UDFRevisionsSupported
get_UDFRevisionsSupported
get_UDFRevisionsSupported method [IMAPI]
get_UDFRevisionsSupported method [IMAPI]
IFileSystemImage interface
imapi.ifilesystemimage_get_udfrevisionssupported
imapi2fs/IFileSystemImage::get_UDFRevisionsSupported
imapi\ifilesystemimage_get_udfrevisionssupported.htm
imapi
ad9b4a68-5fef-4092-9cef-4b5ebd9c5093
12/05/2018
IFileSystemImage interface [IMAPI],get_UDFRevisionsSupported method, IFileSystemImage.get_UDFRevisionsSupported, IFileSystemImage::get_UDFRevisionsSupported, get_UDFRevisionsSupported, get_UDFRevisionsSupported method [IMAPI], get_UDFRevisionsSupported method [IMAPI],IFileSystemImage interface, imapi.ifilesystemimage_get_udfrevisionssupported, imapi2fs/IFileSystemImage::get_UDFRevisionsSupported
imapi2fs.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
Windows Server 2003 [desktop apps only]
Imapi2fs.idl
Windows
19H1
IFileSystemImage::get_UDFRevisionsSupported
imapi2fs/IFileSystemImage::get_UDFRevisionsSupported
c++
APIRef
kbSyntax
COM
imapi2fs.h
IFileSystemImage.get_UDFRevisionsSupported

IFileSystemImage::get_UDFRevisionsSupported

-description

Retrieves a list of supported UDF revision levels.

-parameters

-param pVal [out]

List of supported UDF revision levels. Each element of the list is VARIANT. The variant type is VT_I4. The lVal member of the variant contains the revision level.

-returns

S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:

Return code Description
E_POINTER
Pointer is not valid.

Value: 0x80004003

-remarks

The value is encoded according to the UDF specification, except the variable size is LONG. For example, revision level 1.02 is represented as 0x102.

-see-also

IFileSystemImage

IFileSystemImage::get_UDFRevision

IFileSystemImage::put_UDFRevision