Home
last modified time | relevance | path

Searched defs:IStringFormValueVtbl (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/vbox/
H A Dvbox_CAPI_v6_1.h31045 struct IStringFormValueVtbl struct
31048 nsrefcnt (*AddRef)(IStringFormValue *pThis);
31049 nsrefcnt (*Release)(IStringFormValue *pThis);
31050 nsresult (*GetType)(IStringFormValue *pThis, PRUint32 *type);
31054 nsresult (*GetEnabled)(IStringFormValue *pThis, PRBool *enabled);
31056 nsresult (*GetVisible)(IStringFormValue *pThis, PRBool *visible);
31058 nsresult (*GetLabel)(IStringFormValue *pThis, PRUnichar * *label);
31062 nsresult (*GetHelp)(IStringFormValue *pThis, PRUnichar * *help);
31088 nsresult (*GetMultiline)(IStringFormValue *pThis, PRBool *multiline);
31098 nsresult (*GetString)(
[all …]