L
Lucy Ludmiller
How can I write a function like this:
BSTR Greeting(BSTR name)
{
//return "Good Morning : " + name ;
}
In short I'm looking for a quick tutorial on using BSTR - Google is not
bringing up anything consise enough (I'm not particularly interested in
the history of BSTR and the differences between string types etc ...
just need to get down to the "nuts and bolts" of using BSTRs)
BSTR Greeting(BSTR name)
{
//return "Good Morning : " + name ;
}
In short I'm looking for a quick tutorial on using BSTR - Google is not
bringing up anything consise enough (I'm not particularly interested in
the history of BSTR and the differences between string types etc ...
just need to get down to the "nuts and bolts" of using BSTRs)