Created
March 27, 2020 17:14
-
-
Save JJL772/e6b825580b350fdc6e90f38ce27dd9aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdint.h> | |
typedef uint32_t(*fnInstallSchemaBindings_t)(int64_t,int64_t); | |
typedef int32_t(*fnGetResourceManifestCount_t)(void); | |
typedef int64_t(*fnGetResourceManifests)(uint32_t,int64_t,int64_t); | |
typedef uint64_t(*fnBinaryProperties_GetValue)(int64_t,int64_t,int64_t,int64_t,int64_t,int64_t,int64_t,int64_t); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment