public static JetBeginSession ( JET_INSTANCE instance, JET_SESID &sesid, string username, string password ) : void | ||
instance | JET_INSTANCE | The initialized instance to create the session in. |
sesid | JET_SESID | Returns the created session. |
username | string | The parameter is not used. |
password | string | The parameter is not used. |
return | void |