public static JetGetSystemParameter ( JET_INSTANCE instance, JET_SESID sesid, JET_param paramid, int ¶mValue, string ¶mString, int maxParam ) : JET_wrn | ||
instance | JET_INSTANCE | The instance to retrieve the options from. |
sesid | JET_SESID | The session to use. |
paramid | JET_param | The parameter to get. |
paramValue | int | Returns the value of the parameter, if the value is an integer. |
paramString | string | Returns the value of the parameter, if the value is a string. |
maxParam | int | The maximum size of the parameter string. |
return | JET_wrn |