PyHANDLE.__int__

__int__()

Used when the handle as an integer is required.

Comments

To get the underling win32 handle from a PyHANDLE object, use int(handleObject)