package
0.1.2
Repository: https://github.com/fcjr/geticon.git
Documentation: pkg.go.dev

# Functions

EnumResourceNamesA enumerates resources of a specified type within a binary module.
FindResourceA etermines the location of a resource with the specified type and name in the specified module.
LoadLibraryEx maps a specified executable module into the address space of the calling process.
LoadResource retrieves a handle that can be used to obtain a pointer to the first byte of the specified resource in memory.
LockResource retrieves a pointer to the specified resource in memory.
MakeIntResource converts an integer value to a resource type compatible with the resource-management functions.
QueryFullProcessImageNameW retrieves the full name of the executable image for the specified process.
SizeofResource retrieves the size, in bytes, of the specified resource.

# Constants

LoadLibraryAsDatafile 0x00000002 If this value is used, the system maps the file into the calling process's virtual address space as if it were a data file.
LoadLibraryAsImageResource 0x00000020 If this value is used, the system maps the file into the process's virtual address space as an image file.
RtGroupIcon Hardware-independent icon resource.
RtIcon Hardware-dependent icon resource.

# Type aliases

No description provided by the author