Trying to print IO_SCQ struct ( Safe-Cancel Queue from WDK )
```
dt IO_CSQ
+0x000 Type : Uint4B
+0x004 CsqInsertIrp : Ptr32 void
+0x008 CsqRemoveIrp : Ptr32 void
+0x00c CsqPeekNextIrp : Ptr32 _IRP*
+0x010 CsqAcquireLock : Ptr32 void
+0x014 CsqReleaseLock : Ptr32 void
+0x018 CsqCompleteCanceledIrp : Ptr32 void
+0x01c ReservePointer : Ptr32 Void
```
```
>>>print typeInfo("IO_CSQ")
Traceback (most recent call last):
File "<input>", line 1, in <module>
DbgException: pyDia: Call IDiaSymbol::get_baseType failed
Symbol: , tag= 14
Return value is 0x1:
Incorrect function.
```
Comments: ** Comment from web user: kernelnet **
```
dt IO_CSQ
+0x000 Type : Uint4B
+0x004 CsqInsertIrp : Ptr32 void
+0x008 CsqRemoveIrp : Ptr32 void
+0x00c CsqPeekNextIrp : Ptr32 _IRP*
+0x010 CsqAcquireLock : Ptr32 void
+0x014 CsqReleaseLock : Ptr32 void
+0x018 CsqCompleteCanceledIrp : Ptr32 void
+0x01c ReservePointer : Ptr32 Void
```
```
>>>print typeInfo("IO_CSQ")
Traceback (most recent call last):
File "<input>", line 1, in <module>
DbgException: pyDia: Call IDiaSymbol::get_baseType failed
Symbol: , tag= 14
Return value is 0x1:
Incorrect function.
```
Comments: ** Comment from web user: kernelnet **
resolved in 0.3.0.35 version