Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - wnetbrowse() shows a dialogbox to browse resources in a net http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WNetBrowse()           Shows a DialogBox to browse resources in a Net
--------------------------------------------------------------------------------

   Syntax:              WNetBrowse( <hWnd>, <nType>, <cPath> )
                               -->  <nRetCode>

   Parameters:

   <hWnd>               The handle of the window to be the parent of
                        the dialogbox to display.

   <nType>              The type of resources to browse:

                        #define TYPE_DRIVE   1
                        #define TYPE_FILE    2
                        #define TYPE_PRINTER 3
                        #define TYPE_COMM    4

   Returns:

   <nRetCode>

   Sample:              SAMPLES\\TestNet.prg

   Source code:         SOURCE\\WINAPI\\Net.c

   See also:            WNetGetUser() WNetError() WNetGetErrorText()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson