User Profile
Collapse
-
C/C++ wrapped for VB use
hi.
Hope you can help me out.
I'm working with API functions (C/C++) wrapped for VB use.
I have this function
(C/C++)
(VB)Code:int fpdbGetGroupUsers( LPFPDB_GROUP_IDENTIFY Fgid, unsigned int UserId[], unsigned int *Num )
The function is used for aquiring a list...Code:Sub vbfpdbGetGroupUsers(Fgid As FPDB_GROUP_IDENTIFY, UserId As Long, Num As Long) As Long
No activity results to display
Show More
Leave a comment: