Desktop Functions: Smart Device Functions:
|
Search Results for "WNetCloseEnum" in [All]mpr
public static extern uint WNetCloseEnum(IntPtr hEnum);
Private Shared Function WNetCloseEnum(hEnum As IntPtr) As UInteger
public static extern int WNetCloseEnum( IntPtr hEnum );
iRet =WNetCloseEnum( ptrHandle );
Public Function WNetCloseEnum(ByVal hEnum As IntPtr) As Integer
iRet = WNetCloseEnum(ptrHandle)
iRet = WNetCloseEnum(ptrHandle)
iRet = WNetCloseEnum(ptrHandle) |