Guest User

Untitled

a guest
Jan 10th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. typedef struct {
  2. int nADs;
  3. int** mPIAD;
  4. } LSO;
  5.  
  6. int CalcTheValue(int numMats;
  7. LSO* returnValue);
  8.  
  9. public static class t_LdvSummaryOutput_v1 extends Structure {
  10. public int numADs;
  11. public Pointer mPIADs; // int**
  12. }
Add Comment
Please, Sign In to add comment