CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Passing pointers to various win32 aPI functions

    Hi friends,
    I want to create an application simmilar to Microsoft System Information in VB and i'm new to VB.I know some win32 API functions to get necessary system information.Now How can i pass the ptrs to differant API structures(eg SYSTEM INFO structure)?Who is going to help me?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Passing pointers to various win32 aPI functions

    if you use the Declarations for the API functions and their Types from the API Viewer Add-In in VB6, you can simple declare a variable of the declared type, fill its elements and pass that to the API functions.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured