Skip to content

FullPath

Navigation: ADLX SDK ReferencesADLX InterfacesMiscellaneousIADLXApplication

Syntax

ADLX_RESULT    FullPath (const wchar_t** ppAppPath)

Parameters

#DirectionNameTypeDescription
1.[out]ppAppNameconst wchar_t**The pointer to a zero-terminated string where the full path of the application is returned the returned, memory buffer is valid within a lifetime of the IADLXApplication interface.

Return Value

If the full path is successfully returned, ADLX_OK is returned.

If the full path is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IApplications.h”
Minimum version1.4

See Also: ADLX Enums