[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Thread Index]
[Monthly Archives] [List Home]

[Virtools] using CKPGUID_VOIDBUF



Is there a way to use CKPGUID_VOIDBUF types from the SDK to Virtools, as
in output parameters?

I have an SDK method that declares a CKPGUID_VOIDBUF as an output
parameter:

	proto->DeclareOutParameter("Data", CKPGUID_VOIDBUF);

This shows up in Virtools as

	Parameter Name: Data
	Parameter Type: Buffer

but then I can't set anything else to use type Buffer (it doesn't show
up in the pull-down list of parameter types).

CKPGUID_STRING won't do the job for me, as I need to be able to have
NULLs in my data.

I guess the next problem would be finding the equivalent of things like
Get Substring....I suppose I'll have to make my own building blocks to
do that.

-john


...............................................................
Distributed via the virtools-user-group list: http://www.theswapmeet.com/numl.html
To reply to the list instead of its author, use "Reply to All"
To unsubscribe: send "unsubscribe virtools-user-group" to Majordomo@lists.theswapmeet.com
To subscribe: send "subscribe virtools-user-group" to Majordomo@lists.theswapmeet.com
To post a message: send it to virtools-user-group@lists.theswapmeet.com
...............................................................