Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- typedef struct {
- int nADs;
- int** mPIAD;
- } LSO;
- int CalcTheValue(int numMats;
- LSO* returnValue);
- public static class t_LdvSummaryOutput_v1 extends Structure {
- public int numADs;
- public Pointer mPIADs; // int**
- }
Add Comment
Please, Sign In to add comment