|
NAMESPI_cursor_find - find an existing cursor by nameSYNOPSISPortal SPI_cursor_find(const char * name) DESCRIPTIONSPI_cursor_find finds an existing portal by name. This is primarily useful to resolve a cursor name returned as text by some other function.ARGUMENTSconst char * namename of the portal
RETURN VALUEpointer to the portal with the specified name, or NULL if none was found
Visit the GSP FreeBSD Man Page Interface. |