メイン コンテンツにスキップ

GW2LicenceDetails

GW2LicenceDetails関数は、残り日数や有効になっている権利を含め、sessionに読み込まれたライセンスの詳細を返します。


#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.