Guest User

Untitled

a guest
Apr 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. unsafe struct ASIOClockSource
  2. {
  3. long index;
  4. long associatedChannel;
  5. long associatedGroup;
  6. bool isCurrentSource;
  7. fixed char name[32];
  8. }
Add Comment
Please, Sign In to add comment