|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NativeStructure | |
---|---|
com.moesol.bindings | |
com.moesol.bindings.platform_sdk.component_services | Java bindings for Microsoft PlatformSDK Component Services. |
com.moesol.bindings.platform_sdk.windows_api | |
com.moesol.tests.com_server | Java bindings for ComServer.idl. |
Uses of NativeStructure in com.moesol.bindings |
---|
Methods in com.moesol.bindings with parameters of type NativeStructure | |
---|---|
protected void |
NativeStructure.getStruct(int offset,
int length,
NativeStructure s)
Copy the sub-structure into s |
protected void |
NativeStructure.getStruct(int offset,
int length,
NativeStructure[] v)
|
protected void |
NativeStructure.getStructArray(int offset,
int size,
int count,
NativeStructure[] v)
Copy the array sub-structures into v. |
protected void |
NativeStructure.putPtrStruct(int offset,
int size,
int numIndirect,
NativeStructure[] v)
|
protected void |
NativeStructure.putStruct(int offset,
int length,
NativeStructure s)
Copy s into a sub-structure of this. |
protected void |
NativeStructure.putStruct(int offset,
int length,
NativeStructure[] v)
|
protected void |
NativeStructure.putStructArray(int offset,
int size,
int count,
NativeStructure[] v)
Copy v into this structure |
Uses of NativeStructure in com.moesol.bindings.platform_sdk.component_services |
---|
Subclasses of NativeStructure in com.moesol.bindings.platform_sdk.component_services | |
---|---|
class |
GUID
Emulate Win32 GUID structure in Java. |
class |
PROPPAGEINFO
* IDL: [ helpstring(""), ] |
class |
STGMEDIUM
|
class |
VARIANT
|
Methods in com.moesol.bindings.platform_sdk.component_services that return NativeStructure | |
---|---|
NativeStructure |
VARIANT.getRecord()
Get the record for this VARIANT. |
static NativeStructure |
IDispatch.Jni.MoeSolInternal.recoverRecord(Class ns_class,
Object obj)
Help convert out VARIANTs into the expected Java structure wrapper. |
Methods in com.moesol.bindings.platform_sdk.component_services with parameters of type NativeStructure | |
---|---|
static VARIANT |
VARIANT.makeRecord(NativeStructure record)
|
void |
VARIANT.setRecord(NativeStructure record)
Set the record for this VARIANT. |
Uses of NativeStructure in com.moesol.bindings.platform_sdk.windows_api |
---|
Subclasses of NativeStructure in com.moesol.bindings.platform_sdk.windows_api | |
---|---|
class |
BITMAP
|
class |
BITMAPFILEHEADER
|
class |
BITMAPINFOHEADER
|
class |
LOGFONT
|
class |
MSG
|
class |
POINT
POINT structure. |
class |
RECT
RECT structure. |
class |
SIZE
SIZE structure |
class |
TEXTMETRIC
Implement the Win32 TEXTMETRIC structure in java. |
Uses of NativeStructure in com.moesol.tests.com_server |
---|
Subclasses of NativeStructure in com.moesol.tests.com_server | |
---|---|
class |
NASTY_STRUCT
* IDL: [ helpstring(""), ] |
class |
NON_OLE_AUTO_STRUCT
* IDL: [ helpstring(""), ] |
class |
tag_typeDefTest
* IDL: [ helpstring(""), ] |
class |
TEST_FIELDS
* IDL: [ helpstring(""), ] |
class |
TEST_NO_UUID_STRUCT
* IDL: [ helpstring(""), ] |
class |
TEST_STRUCT
* IDL: [ helpstring(""), ] |
class |
typeDefTest
IDL: [ helpstring(""), ] |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |