Hello,


I would like to know how to use win32 functions which
take structures as their parameter.
For example, the API 'SHBrowseForFolder' take the
following structure:

typedef struct _browseinfo { 
    HWND hwndOwner; 
    LPCITEMIDLIST pidlRoot; 
    LPTSTR pszDisplayName; 
    LPCTSTR lpszTitle; 
    UINT ulFlags; 
    BFFCALLBACK lpfn; 
    LPARAM lParam; 
    int iImage; 
};

How do i 'translate' this structure and use this
function with Win32::API module?

Any sample code?

Thanks in Advance,


H3li0


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to