Collapse All
Parallels C API Reference Guide
PRL_LICENSE_IS_VALID Macro
PrlErrors.h Other Macros

Success license state

Syntax
#define PRL_LICENSE_IS_VALID(x) \
    ( (PRL_RESULT) ( ( x == PRL_ERR_LICENSE_VALID ) || \
        ( x == PRL_ERR_LICENSE_GRACED ) ) )
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!