mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
[226280][apidoc][wince] Provide better javadoc for org.eclipse.tm.rapi.*
This commit is contained in:
parent
a1cf0999a2
commit
0d2c752d71
1 changed files with 9 additions and 7 deletions
|
@ -86,8 +86,8 @@ public final class Rapi {
|
||||||
* value is platform dependent. On Win32 platforms this method is directly
|
* value is platform dependent. On Win32 platforms this method is directly
|
||||||
* mapped to <code>CoInitializeEx</code>.
|
* mapped to <code>CoInitializeEx</code>.
|
||||||
*
|
*
|
||||||
* @param init on Win32 it is either {@link Rapi#COINIT_APARTMENTTHREADED}
|
* @param init on Win32 it is either {@link #COINIT_APARTMENTTHREADED} or
|
||||||
* or {@link Rapi#COINIT_MULTITHREADED}
|
* {@link #COINIT_MULTITHREADED}
|
||||||
* @return on Win32 this is the returned value from
|
* @return on Win32 this is the returned value from
|
||||||
* <code>CoInitializeEx</code>
|
* <code>CoInitializeEx</code>
|
||||||
*/
|
*/
|
||||||
|
@ -114,11 +114,13 @@ public final class Rapi {
|
||||||
public static final native void CoUninitialize();
|
public static final native void CoUninitialize();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the first element of the specified array with the address of a newly
|
* Sets the first element of the specified array with the address of a newly
|
||||||
* instantiated <code>IRAPIDesktop</code> native interface.
|
* instantiated <code>IRAPIDesktop</code> native interface.
|
||||||
* @param pIRAPIDesktop an array with one element
|
*
|
||||||
* @return {@link Rapi#NOERROR} if the function succeeds; otherwise an error code
|
* @param pIRAPIDesktop an array with one element
|
||||||
*/
|
* @return {@link #NOERROR} if the function succeeds; otherwise an error
|
||||||
|
* code
|
||||||
|
*/
|
||||||
final static native int CreateRapiDesktop(int[] pIRAPIDesktop);
|
final static native int CreateRapiDesktop(int[] pIRAPIDesktop);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue