User Profile

Collapse

Profile Sidebar

Collapse
imogen
imogen
Last Activity: Jul 11 '07, 06:53 AM
Joined: May 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • imogen
    replied to C/C++ wrapped for VB use
    yes it's an array.
    See more | Go to post

    Leave a comment:


  • imogen
    started a topic C/C++ wrapped for VB use

    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++)
    Code:
    int fpdbGetGroupUsers( LPFPDB_GROUP_IDENTIFY Fgid, unsigned int UserId[], unsigned int *Num )
    (VB)
    Code:
    Sub vbfpdbGetGroupUsers(Fgid As FPDB_GROUP_IDENTIFY, UserId As Long, Num As Long) As Long
    The function is used for aquiring a list...
    See more | Go to post
No activity results to display
Show More
Working...