LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calling dll with struct return type

In labview i have not found any struct return type in call library function node.can any one help me?

 

this is the function im calling in labview

 

UHSDA_CONTIG_BLOCK* UHSDA_MemReq(WDC_DEVICE_HANDLE phDev, DWORD Size);

 

 

typedef struct

{

       void *pUserAddr; 

       void *pDma;       

       DWORD PhysicalAdd;

}UHSDA_CONTIG_BLOCK*;

0 Kudos
Message 1 of 2
(1,938 Views)

duplicate post

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(1,924 Views)