Skip to content

Instantly share code, notes, and snippets.

@JJL772
Created March 27, 2020 17:14
Show Gist options
  • Save JJL772/e6b825580b350fdc6e90f38ce27dd9aa to your computer and use it in GitHub Desktop.
Save JJL772/e6b825580b350fdc6e90f38ce27dd9aa to your computer and use it in GitHub Desktop.
#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