Skip to content

Name

Navigation: ADLX SDK ReferencesADLX InterfacesSystemIADLXVariableGraphicsMemoryOption

Syntax

ADLX_RESULT    Name(const wchar_t** optionName)

Parameters

#DirectionNameTypeDescription
1.[out]optionNameconst wchar_t**The pointer to a zero-terminated string where the optionName string is returned.

Return Value

If the optionName string is successfully returned, ADLX_OK is returned.

If the optionName string is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

The returned memory buffer is valid within the duration of the IADLXVariableGraphicsMemoryOption interface lifetime.

If the application uses the optionName string beyond the lifetime of the IADLXVariableGraphicsMemoryOption interface, it must make a copy of the optionName string.

Requirements

Headerinclude “ISystem3.h”
Minimum version1.5

See Also: IADLXVariableGraphicsMemoryOption, ADLX Enums