public class EOS_IntegratedPlatformOptionsContainer
extends com.sun.jna.PointerType
implements java.lang.AutoCloseable
| Constructor and Description |
|---|
EOS_IntegratedPlatformOptionsContainer() |
EOS_IntegratedPlatformOptionsContainer(com.sun.jna.Pointer address) |
| Modifier and Type | Method and Description |
|---|---|
EOS_EResult |
add(EOS_IntegratedPlatformOptionsContainer_AddOptions options)
Adds an integrated platform options to the container.
|
void |
close() |
void |
release()
Release the memory associated with an EOS_HIntegratedPlatformOptionsContainer handle.
|
public EOS_IntegratedPlatformOptionsContainer(com.sun.jna.Pointer address)
public EOS_IntegratedPlatformOptionsContainer()
public EOS_EResult add(EOS_IntegratedPlatformOptionsContainer_AddOptions options)
options - Object containing properties related to setting a user's StatusEOS_EResult.EOS_Success if modification was added successfully, otherwise an error code related to the problempublic void release()
public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception