Documentation
¶
Overview ¶
Package outside.
Index ¶
- Variables
- func AddApis(am Apis)
- func AddDllApis(d string, unicode bool, am Apis)
- func AddDllData(d string, unicode bool, am Data)
- func AddEP(d string, unicode bool, e EP)
- func AddEPs(d string, unicode bool, es EPs)
- func CStrToString(cs uintptr) (ret string)
- func DoneOutside()
- func GetDLL(d string) *sdll
- func GetData(e EP) interface{}
- func GetProc(s string) *sproc
- func SetStructSize(i interface{})
- func UniStrToString(cs uintptr) (ret string)
- type Apis
- type Data
- type EP
- type EPs
Constants ¶
This section is empty.
Variables ¶
View Source
var TOT uint64
Total outside calls made
Functions ¶
func AddDllApis ¶
func AddDllData ¶
func CStrToString ¶
func DoneOutside ¶
func DoneOutside()
func SetStructSize ¶
func SetStructSize(i interface{})
Helper function to set the first field in a structure to the structure size. This is needed in many Win32 structures.
func UniStrToString ¶
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package sdl2 provides the outside environment to access SDL2.dll.
|
Package sdl2 provides the outside environment to access SDL2.dll. |
|
spriteminimal
command
spriteminimal is a direct translation of the C example in the SDL2 distribution.
|
spriteminimal is a direct translation of the C example in the SDL2 distribution. |
|
Register all the entry-points listed in the sub-packages.
|
Register all the entry-points listed in the sub-packages. |
|
advapi32
Register all entry-points in advapi32.dll.
|
Register all entry-points in advapi32.dll. |
|
avicap32
Register all entry-points in avicap32.dll.
|
Register all entry-points in avicap32.dll. |
|
avifil32
Register all entry-points in avifil32.dll.
|
Register all entry-points in avifil32.dll. |
|
comctl32
Register all entry-points in comctl32.dll.
|
Register all entry-points in comctl32.dll. |
|
comdlg32
Register all entry-points in comdlg32.dll.
|
Register all entry-points in comdlg32.dll. |
|
gdi32
Register all entry-points in gdi32.dll.
|
Register all entry-points in gdi32.dll. |
|
gdiplus
Register all entry-points in gdiplus.dll.
|
Register all entry-points in gdiplus.dll. |
|
glu32
Register all entry-points in glu32.dll.
|
Register all entry-points in glu32.dll. |
|
kernel32
Register all entry-points in kernel32.dll.
|
Register all entry-points in kernel32.dll. |
|
mapi32
Register all entry-points in mapi32.dll.
|
Register all entry-points in mapi32.dll. |
|
mpr
Register all entry-points in mpr.dll.
|
Register all entry-points in mpr.dll. |
|
netapi32
Register all entry-points in netapi32.dll.
|
Register all entry-points in netapi32.dll. |
|
ole32
Register all entry-points in ole32.dll.
|
Register all entry-points in ole32.dll. |
|
oleaut32
Register all entry-points in oleaut32.dll.
|
Register all entry-points in oleaut32.dll. |
|
opengl32
Register all entry-points in opengl32.dll.
|
Register all entry-points in opengl32.dll. |
|
pdh
Register all entry-points in pdh.dll.
|
Register all entry-points in pdh.dll. |
|
riched20
Register all entry-points in riched20.dll.
|
Register all entry-points in riched20.dll. |
|
shdocvw
Register all entry-points in shdocvw.dll.
|
Register all entry-points in shdocvw.dll. |
|
shell32
Register all entry-points in shell32.dll.
|
Register all entry-points in shell32.dll. |
|
user32
Register all entry-points in user32.dll.
|
Register all entry-points in user32.dll. |
|
winmm
Register all entry-points in winmm.dll.
|
Register all entry-points in winmm.dll. |
|
ws2_32
Register all entry-points in ws2_32.dll.
|
Register all entry-points in ws2_32.dll. |
|
wsock32
Register all entry-points in wsock32.dll.
|
Register all entry-points in wsock32.dll. |
Click to show internal directories.
Click to hide internal directories.