Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
int GetFileSize(
	Guid guid,
	Object cookie
)
Visual Basic
Function GetFileSize ( _
	guid As Guid, _
	cookie As Object _
) As Integer
Visual C++
int GetFileSize(
	Guid guid, 
	Object^ cookie
)

Parameters

guid
Type: System..::..Guid
cookie
Type: System..::..Object

See Also