Click here to Skip to main content
15,888,176 members
Home / Discussions / C#
   

C#

 
GeneralRe: Binding.Format to a Datagrid Column Pin
Heath Stewart27-May-04 8:35
protectorHeath Stewart27-May-04 8:35 
GeneralClosing a Worker Thread when Dialog Closes Pin
Guinness4Strength27-May-04 5:37
Guinness4Strength27-May-04 5:37 
GeneralRe: Closing a Worker Thread when Dialog Closes Pin
scadaguy27-May-04 10:44
scadaguy27-May-04 10:44 
GeneralRe: Closing a Worker Thread when Dialog Closes Pin
Guinness4Strength27-May-04 10:48
Guinness4Strength27-May-04 10:48 
GeneralPorting from C# to VC++ Pin
Prakash Nadar27-May-04 5:09
Prakash Nadar27-May-04 5:09 
GeneralRe: Porting from C# to VC++ Pin
Guinness4Strength27-May-04 5:46
Guinness4Strength27-May-04 5:46 
GeneralRe: Porting from C# to VC++ Pin
Heath Stewart27-May-04 5:48
protectorHeath Stewart27-May-04 5:48 
GeneralRe: Porting from C# to VC++ Pin
Prakash Nadar27-May-04 8:07
Prakash Nadar27-May-04 8:07 
Sorry i was not very clear what i wanted to ask...
actually i was not very clear what i wanted to ask either.Roll eyes | :rolleyes:

Any ways, proper question is this way, if i am passing Byte[] array as a parameter to a COM component what would be the input datatype in the COM component written in VC++?
I figured out that the input paramter is a VARIENT type
defined as something like this.
VARIENT vtParam;
vtParam.vt = VT_ARRAY | VT_UI1;
vtParam.parray = //SAFEARRAY of type byte.


Thanx for your reply.

Do you have any idea about how C# datatypes would be represented in VC++ COM, above is one example similarly strings in VB is BSTR in VC++ COM.
Any reference would be usefull.

Thanx again.




I'll write a suicide note on a hundred dollar bill - Dire Straits
GeneralRe: Porting from C# to VC++ Pin
Heath Stewart27-May-04 8:11
protectorHeath Stewart27-May-04 8:11 
GeneralRe: Porting from C# to VC++ Pin
Prakash Nadar27-May-04 8:17
Prakash Nadar27-May-04 8:17 
GeneralCanon Makernote Pin
devries4827-May-04 3:29
devries4827-May-04 3:29 
GeneralRe: Canon Makernote Pin
Heath Stewart27-May-04 5:41
protectorHeath Stewart27-May-04 5:41 
GeneralRe: Copy Picture From Web Pin
Dave Kreskowiak27-May-04 4:08
mveDave Kreskowiak27-May-04 4:08 
GeneralString Mnipulation problem Pin
ali_naqvi27-May-04 3:01
ali_naqvi27-May-04 3:01 
GeneralRe: String Mnipulation problem Pin
scadaguy27-May-04 3:20
scadaguy27-May-04 3:20 
GeneralRe: String Mnipulation problem Pin
Judah Gabriel Himango27-May-04 3:58
sponsorJudah Gabriel Himango27-May-04 3:58 
Generalstring handilng problem Pin
ali_naqvi27-May-04 2:14
ali_naqvi27-May-04 2:14 
GeneralRe: string handilng problem Pin
bjoernen27-May-04 2:27
bjoernen27-May-04 2:27 
GeneralSystem Tray Application - WindowState Pin
MrEyes27-May-04 1:56
MrEyes27-May-04 1:56 
GeneralRe: System Tray Application - WindowState Pin
Stefan Troschuetz27-May-04 2:45
Stefan Troschuetz27-May-04 2:45 
QuestionVisual Studio rename plugin? Pin
iliyang27-May-04 0:54
iliyang27-May-04 0:54 
AnswerRe: Visual Studio rename plugin? Pin
Dave Kreskowiak27-May-04 4:02
mveDave Kreskowiak27-May-04 4:02 
AnswerRe: Visual Studio rename plugin? Pin
Heath Stewart27-May-04 5:28
protectorHeath Stewart27-May-04 5:28 
Questionhow to write/read the properties in window Pin
g112926-May-04 23:45
g112926-May-04 23:45 
AnswerRe: how to write/read the properties in window Pin
SergeyT227-May-04 2:24
SergeyT227-May-04 2:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.