Contents

GetName

Returns the name of the queue as a C string.

Declaration

const char * GetName();

Return Value

A C-string pointer to the queue’s internal storage.

Discussion

Returns a pointer to the queue’s name. This string is valid only while the queue is retained.

See Also

Getting Queue Information