ShellBrowser .Net Edition
GetFolderSizeCB Method (p_Path, p_Size, p_FileCount, p_FolderCount, p_State)
NamespacesJam.ShellPathSelectionListGetFolderSizeCB(String, Int64, Int32, Int32, Object)
This callback method is called once the asynchronous calculation of a folder size is finished.
Declaration Syntax
C#Visual BasicVisual C++
protected void GetFolderSizeCB(
	string p_Path,
	long p_Size,
	int p_FileCount,
	int p_FolderCount,
	Object p_State
)
Protected Sub GetFolderSizeCB ( _
	p_Path As String, _
	p_Size As Long, _
	p_FileCount As Integer, _
	p_FolderCount As Integer, _
	p_State As Object _
)
protected:
void GetFolderSizeCB(
	String^ p_Path, 
	long long p_Size, 
	int p_FileCount, 
	int p_FolderCount, 
	Object^ p_State
)
Parameters
p_Path (String)
The path for that the folder size.
p_Size (Int64)
The size of the folder in Bytes.
p_FileCount (Int32)
The number of files in this path.
p_FolderCount (Int32)
The number of folders in this path.
p_State (Object)
A user supplied state object, in this case a bool value that indicates if the folder size should be subtracted from the existing values, instead of adding them.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)