TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
aasif eqbal
NA
3
0
In c# how to pass parameters while calling function when parameter is pointer to pointer
Jan 23 2010 4:53 AM
as my function has parameters say---- function(char **p , int*a , uint f);
This function is actually present in my unmanaged DLL,while calling the function and passing parameters while calling function from main are
say static unsafe void Main()
{
char a='s';
int b=0;
uint ulFlags=0;
function(&a, &b, 0);
}but i get error as
Error 1 :-- The best overloaded method match for 'ConsoleApplication2.Program.XRay_SearchDevices(char**, int*, uint)' has some invalid arguments.
Error 2 :-- Argument '1': cannot convert from 'char*' to 'char**'.
Reply
Answers (
2
)
Problem in Rename Database in Mysql
Update and Delete data using datagridview