Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a copy of a MI_DestinationOptions structure.
Syntax
MI_INLINE MI_Result MI_INLINE_CALL MI_DestinationOptions_Clone(
[in] const MI_DestinationOptions *self,
[out] MI_DestinationOptions *newDestinationOptions
);
Parameters
[in] self
MI_DestinationOptions structure to be cloned.
[out] newDestinationOptions
A pointer to the returned MI_DestinationOptions clone. The cloned copy must be closed with the MI_DestinationOptions_Delete function.
Return value
This function returns MI_INLINE MI_Result MI_INLINE_CALL.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Target Platform | Windows |
| Header | mi.h |
| Redistributable | Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2 |