Changeset 93176 in vbox
- Timestamp:
- Jan 11, 2022 1:15:59 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/expreval.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/expreval.h
r93170 r93176 51 51 * @retval VERR_NOT_FOUND if the variable does not exist. 52 52 */ 53 typedef DECLCALLBACKPTR(int, PFNRTEXPREVALQUERYVARIABLE,(const char *pchName, size_t cchName, void *pvUser, char **ppszValue)); 53 typedef DECLCALLBACKTYPE(int, FNRTEXPREVALQUERYVARIABLE,(const char *pchName, size_t cchName, void *pvUser, char **ppszValue)); 54 /** Pointer to a variable getter. */ 55 typedef FNRTEXPREVALQUERYVARIABLE *PFNRTEXPREVALQUERYVARIABLE; 54 56 55 57 /** @name Expression evaluator flags.
Note:
See TracChangeset
for help on using the changeset viewer.

