Y
yogi
hi all,
i m developing an application on compact framework using c# in which i
need to use getstockobject pinvoke for which i need to get the constant
values for NULL_BRUSH,HOLLOW_BRUSH used as a parameter in
getstockobject call.
[DllImport("coredll",SetLastError=true)]
public static extern IntPtr GetStockObject(int fnObject);
i have no idea about from where to get the constant values and exact
signature for most of the api method calls.
Is there any tool like apiviewer available for .net compact framework
too ?
wud be waiting for ur replies.
thanks
Yogi
i m developing an application on compact framework using c# in which i
need to use getstockobject pinvoke for which i need to get the constant
values for NULL_BRUSH,HOLLOW_BRUSH used as a parameter in
getstockobject call.
[DllImport("coredll",SetLastError=true)]
public static extern IntPtr GetStockObject(int fnObject);
i have no idea about from where to get the constant values and exact
signature for most of the api method calls.
Is there any tool like apiviewer available for .net compact framework
too ?
wud be waiting for ur replies.
thanks
Yogi