GW2RetStatusErrorMsg
    • PDF

    GW2RetStatusErrorMsg

    • PDF

    Article summary

    The  GW2RetStatusErrorMsg function returns a string describing the error or status message associated with a status returned by other API functions.

    Synopsis

    The GW2RetStatusErrorMsg function returns a pointer to a constant string of the error message associated with the given GW2_RetStatus passed in retStatus.

    #include "glasswall.core2.api.h"
    const char* GW2RetStatusErrorMsg(GW2_RetStatus retStatus);

    Returns

    Returns the error message associated with a given GW2_ReturnStatus.

    Synopsis

    The RetStatusErrorMsg function returns the error message associated with a given GW2_ReturnStatus passed in status.

    public string RetStatusErrorMsg(int status)

    Returns

    Returns the error message associated with a given GW2_ReturnStatus.

    Not Available

    Not Available

    Not Available


    Was this article helpful?