mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] fix: Hresult as ULong
git-svn-id: https://pykd.svn.codeplex.com/svn@85182 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
967dee7c12
commit
b8eff4c69a
@ -320,3 +320,7 @@ class TypedVarTest( unittest.TestCase ):
|
||||
for i in range( 0, 100000 ):
|
||||
lst.append(entry)
|
||||
entry = entry.deref().flink
|
||||
|
||||
def testHresult(self):
|
||||
tv = pykd.typedVar( "g_atlException" )
|
||||
self.assertEqual( tv.m_hr, 0x8000FFFF )
|
||||
|
Loading…
Reference in New Issue
Block a user