本人新手,需要使用Windows的dism做程式,在查詢msdn中相應api的時候,上面是這樣寫的:
DismGetImageInfo Function:
HRESULT WINAPI DismGetImageInfo(
_In_ PCWSTR ImageFilePath,
_Outptr_result_buffer_(*Count) DismImageInfo** ImageInfo,
_Out_ UINT* Count
);
DismImageInfo Structure:
typedef struct _DismImageInfo
{
DismImageType ImageType;
UINT ImageIndex;
PCWSTR ImageName;
PCWSTR ImageDescription;
UINT64 ImageSize;
UINT Architecture;
PCWSTR ProductName;
PCWSTR EditionId;
PCWSTR InstallationType;
PCWSTR Hal;
PCWSTR ProductType;
PCWSTR ProductSuite;
UINT MajorVersion;
UINT MinorVersion;
UINT Build;
UINT SpBuild;
UINT SpLevel;
DismImageBootable Bootable;
PCWSTR SystemRoot;
DismLanguage* Language;
UINT LanguageCount;
UINT DefaultLanguage Index;
VOID* CustomizedInfo;
}
DismImageInfo;
請問我應該怎么轉換才能使用DismImageInfo呢?謝謝大家
uj5u.com熱心網友回復:
自己頂帖!自己頂帖!直到解決問題為止!轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/90366.html
