Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the platform identifier that identifies the operating system architecture that the boot image supports.
Syntax
HRESULT put_PlatformId(
[in] PlatformId newVal
);
Parameters
[in] newVal
Identifies the operating system architecture that the boot image supports. For possible values, see the PlatformId enumeration type. The default value is PlatformX86 for Intel x86–based platforms.
Return value
S_OK is returned on success, but other success codes may be returned as a result of implementation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | imapi2fs.h |