Object

scala.scalanative.windows

WinBaseApi

Related Doc: package windows

Permalink

object WinBaseApi

Annotations
@link( "Advapi32" ) @extern()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WinBaseApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CallbackContext = Ptr[Byte]

    Permalink
  2. type LocalHandle = Ptr[_]

    Permalink
  3. type SecurityAttributes = CStruct3[DWord, Ptr[Byte], Boolean]

    Permalink
  4. type SecurityInformation = UInt

    Permalink
  5. type WaitOrTimerCallback = CFuncPtr2[CallbackContext, Boolean, Unit]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def CreateFileMappingA(hFile: Handle, lpFileMappingAttributes: SecurityAttributes, flProtect: DWord, dwMaximumSizeHigh: DWord, dwMaximumSizeLow: DWord, lpName: CString): Handle

    Permalink
  5. def CreateFileMappingW(hFile: Handle, lpFileMappingAttributes: SecurityAttributes, flProtect: DWord, dwMaximumSizeHigh: DWord, dwMaximumSizeLow: DWord, lpName: CWString): Handle

    Permalink
  6. def CreateHardLinkW(linkFileName: CWString, existingFileName: CWString, securityAttributes: SecurityAttributes): Boolean

    Permalink
  7. def CreateSymbolicLinkW(symlinkFileName: CWString, targetFileName: CWString, flags: DWord): Boolean

    Permalink
  8. final def DefaultLanguageId: DWord

    Permalink
    Annotations
    @name( "scalanative_lang_user_default" )
  9. def FormatMessageA(flags: DWord, source: Ptr[Byte], messageId: DWord, languageId: DWord, buffer: Ptr[CWString], size: DWord, arguments: CVarArgList): DWord

    Permalink
  10. def FormatMessageW(flags: DWord, source: Ptr[Byte], messageId: DWord, languageId: DWord, buffer: Ptr[CWString], size: DWord, arguments: CVarArgList): DWord

    Permalink
  11. def GetCurrentDirectoryA(bufferLength: DWord, buffer: CString): DWord

    Permalink
  12. def GetCurrentDirectoryW(bufferLength: DWord, buffer: CWString): DWord

    Permalink
  13. def GetFileSecurityW(filename: CWString, requestedInformation: SecurityInformation, securityDescriptor: Ptr[SecurityDescriptor], length: DWord, lengthNeeded: Ptr[DWord]): Boolean

    Permalink
  14. def LocalFree(ref: LocalHandle): LocalHandle

    Permalink
  15. def LookupAccountNameA(systemName: CString, accountName: CString, sid: SIDPtr, cbSid: Ptr[DWord], referencedDomainName: CString, referencedDomainNameSize: Ptr[DWord], use: Ptr[SidNameUse]): Boolean

    Permalink
  16. def LookupAccountNameW(systemName: CWString, accountName: CWString, sid: SIDPtr, cbSid: Ptr[DWord], referencedDomainName: CWString, referencedDomainNameSize: Ptr[DWord], use: Ptr[SidNameUse]): Boolean

    Permalink
  17. def LookupAccountSidA(systemName: Ptr[CString], sid: SIDPtr, name: CString, nameSize: Ptr[DWord], referencedDomainName: CString, referencedDomainNameSize: Ptr[DWord], use: Ptr[SidNameUse]): Boolean

    Permalink
  18. def LookupAccountSidW(systemName: CWString, sid: SIDPtr, name: CWString, nameSize: Ptr[DWord], referencedDomainName: CWString, referencedDomainNameSize: Ptr[DWord], use: Ptr[SidNameUse]): Boolean

    Permalink
  19. def MoveFileExA(existingFileName: CString, newFileName: CString, flags: DWord): Boolean

    Permalink
  20. def MoveFileExW(existingFileName: CWString, newFileName: CWString, flags: DWord): Boolean

    Permalink
  21. def RegisterWaitForSingleObject(retHandle: Ptr[Handle], ref: Handle, callbackFn: WaitOrTimerCallback, context: Ptr[Byte], miliseconds: DWord, flags: DWord): Boolean

    Permalink
  22. def UnregisterWait(handle: Handle): Boolean

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped