주요 콘텐츠로 건너뛰기

GW2LicenceDetails

GW2LicenceDetails 함수는 session에 로드된 라이선스의 세부 정보를 반환하며, 여기에는 남은 일수와 활성화된 entitlement가 포함됩니다.


#include "glasswall.core2.api.h"

const char * GW2LicenceDetails(Session session);

매개변수

session GW2OpenSession에서 반환된 세션의 ID

반환값

  A pointer to a constant string describing the details of the licence for the session, or the string "Unknown Session ID" if session is invalid or the licence details could not be retrieved. The memory of the returned string does not need to be freed by the user, however further calls to GW2LicenceDetails will invalidate the returned string.