Uses of Class
com.jniwrapper.win32.com.types.CY

Packages that use CY
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
com.jniwrapper.win32.com.impl The com.jniwrapper.win32.com.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.com package. 
com.jniwrapper.win32.com.types The com.jniwrapper.win32.com.types package contains Java wrappers for native structures and types, which are commonly used in COM. 
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
com.jniwrapper.win32.ole.impl The com.jniwrapper.win32.ole.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.ole package. 
com.jniwrapper.win32.stg The com.jniwrapper.win32.stg package contains a number of commonly used interfaces from the Structured Storage API. 
com.jniwrapper.win32.stg.impl The com.jniwrapper.win32.stg.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.stg package. 
 

Uses of CY in com.jniwrapper.win32.automation.types
 

Methods in com.jniwrapper.win32.automation.types that return CY
 CY Variant.getCiVal()
           
 

Uses of CY in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com that return CY
 CY IPersistStreamInit.getSizeMax()
           
 CY IPersistStream.getSizeMax()
           
 CY IMoniker.getTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft)
           
 

Uses of CY in com.jniwrapper.win32.com.impl
 

Methods in com.jniwrapper.win32.com.impl that return CY
 CY IPersistStreamInitImpl.getSizeMax()
           
 CY IPersistStreamImpl.getSizeMax()
           
 CY IMonikerImpl.getTimeOfLastChange(IBindCtx pbc, IMoniker pmkToLeft)
           
 

Uses of CY in com.jniwrapper.win32.com.types
 

Constructors in com.jniwrapper.win32.com.types with parameters of type CY
CY(CY that)
           
 

Uses of CY in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return CY
 CY IRunningObjectTable.getTimeOfLastChange(IMoniker pmkObjectName)
           
 

Methods in com.jniwrapper.win32.ole with parameters of type CY
 void IRunningObjectTable.noteChangeTime(Int32 dwRegister, CY pFileTime)
           
 

Uses of CY in com.jniwrapper.win32.ole.impl
 

Methods in com.jniwrapper.win32.ole.impl that return CY
 CY IRunningObjectTableImpl.getTimeOfLastChange(IMoniker pmkObjectName)
           
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type CY
 void IRunningObjectTableImpl.noteChangeTime(Int32 dwRegister, CY pFileTime)
           
 

Uses of CY in com.jniwrapper.win32.stg
 

Methods in com.jniwrapper.win32.stg with parameters of type CY
 Int32 ILockBytes.readAt(CY ulOffset, Pointer.Void pv, Int32 cb)
           
 Int32 ILockBytes.writeAt(CY ulOffset, Pointer.Void pv, Int32 cb)
           
 void ILockBytes.setSize(CY cb)
           
 void ILockBytes.lockRegion(CY libOffset, CY cb, Int32 dwLockType)
           
 void ILockBytes.unlockRegion(CY libOffset, CY cb, Int32 dwLockType)
           
 

Uses of CY in com.jniwrapper.win32.stg.impl
 

Methods in com.jniwrapper.win32.stg.impl with parameters of type CY
 Int32 ILockBytesImpl.readAt(CY ulOffset, Pointer.Void pv, Int32 cb)
           
 Int32 ILockBytesImpl.writeAt(CY ulOffset, Pointer.Void pv, Int32 cb)
           
 void ILockBytesImpl.setSize(CY cb)
           
 void ILockBytesImpl.lockRegion(CY libOffset, CY cb, Int32 dwLockType)
           
 void ILockBytesImpl.unlockRegion(CY libOffset, CY cb, Int32 dwLockType)