Platform SDK: Broadcast Architecture

CDatabaseConnection::GetWorkspaceUnknown

The GetWorkspaceUnknown method returns a pointer to the workspace opened during the preceding SetJet method call. C syntax is shown.

LPUNKNOWN GetWorkspaceUnknown(void);

Parameters

None.

Return Values

Returns an IUnknown pointer to a workspace interface. You should cast this variable to an IDAOWorkspace pointer.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.

See Also

SetJet