The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: debugee on April 21, 2011, 06:18:51 AM

Title: i want to learn write driver using radasm ,somebody can help me ?
Post by: debugee on April 21, 2011, 06:18:51 AM
my english is poor, i am chinese, the forum is so good,but i am hard to communicate with each other.
i want to learn write driver using radasm,but the API  is not Highlighting such as IoCreateDevice ,InitUnicodeString....
and parameters have no point out. so what i can do ??? could you help me please ?
Title: Re: i want to learn write driver using radasm ,somebody can help me ?
Post by: donkey on April 21, 2011, 08:09:18 AM
The entire API is well over 4000 functions not every one is covered. If you would like to have it included in the "intellisense" you have to add the function to RadAsm\Api\winasmApi.api.
Title: Re: i want to learn write driver using radasm ,somebody can help me ?
Post by: debugee on April 21, 2011, 01:35:12 PM
thanks,donkey

This is a great project,all the functions must write into the file,and i don't know how to let  Constants point out,then let me select
it ,like WM_ ,WS_......

debugee