Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~68 People Reached
Favorite Forums
Member Avatar for RupaliMagar

following is my API [code] public unsafe static extern int SAP_GetDeviceList(int SAPIdentifier, ref uint DeviceCount, out sSAPP_DiscoveredDeviceInfo_t[] rgDiscoveredDevs ) [/code] sSAPP_DiscoveredDeviceInfo_t is a structure how do i call this api?? how should i declare rgDiscoveredDevs this varible and of wht type so that i can call above API? [code] iResult …

Member Avatar for kvprajapati
0
68