Friday, May 24, 2013
 
 
 Browse Category
» Application
» Arc
» AVI
» Bitmap
» Brush
» Caret
» Character
» Clipboard
» Color
» Compress
» Console
» Cryptographic
» Currency
» Cursor
» Date/Time
» DDE
» Device
» Display
» DLL
» Drives
» Ellipse
» File
» Font
» FTP
» HotKey
» Icon
» ImageList
» Inet
» INI-Files
» Internet
» Joystick
» Keyboard
» Memory
» Menu
» MIDI
» Network
» Objects
» Pen
» Picture
» Polygon
» Ports
» Printer
» Process
» Rectangle
» Registry
» ScrollBar
» Sound
» Strings
» System
» Tape
» Text
» Timer
» Triangle
» Wait
» Window
Search Freeware
Search Links

API Name A-Z  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z

7 Memory API Function

Sort: Most Viewed | Highest Rated | A-Z | Z-A

FillMemory

The FillMemory function fills a block of memory with a specified value....
Hits: 6573 Rating: FillMemory has been rated  3.34 by  2463 users (3.34) votes 2463

GlobalUnlock

GlobalUnlock decrements the lock count of a moveable memory block by one. The memory block is locked if its lock count is greater than zero; it is considered unlocked if its lock count is zero. A moveable memory block cannot be moved or discarded while it is locked. The function returns 1 if, after ...
Hits: 4008 Rating: GlobalUnlock has been rated  2.75 by  1663 users (2.75) votes 1663

GlobalFree

GlobalFree frees up the resources associated with a memory block, including of course the memory itself. This function should be used to deallocate any memory blocks allocated by GlobalAlloc after you are finished using it. The function returns 0 if successful, or the value passed as hMem if an erro...
Hits: 4501 Rating: GlobalFree has been rated  3.00 by  1422 users (3.00) votes 1422

GlobalLock

GlobalLock locks a moveable block of memory into its current physical position. The block's internal lock count is incremented by one; a memory block is considered locked if its lock counter is greater than zero. Memory blocks cannot be moved or discarded while locked. The function returns a pointer...
Hits: 4869 Rating: GlobalLock has been rated  2.83 by  1812 users (2.83) votes 1812

GlobalMemoryStatus

The GlobalMemoryStatus function retrieves information about current available memory. The function returns information about both physical and virtual memory. This function supersedes the GetFreeSpace function....
Hits: 6928 Rating: GlobalMemoryStatus has been rated  3.12 by  2897 users (3.12) votes 2897

GlobalAlloc

GlobalAlloc allocates a series of bytes in the computer's global memory. The memory can be used for any purpose necessary. The function's return value, if successful, depends on the flags specified in wFlags. It will either be a pointer to the block of allocated memory or a handle to the block of al...
Hits: 6744 Rating: GlobalAlloc has been rated  3.07 by  1180 users (3.07) votes 1180

CopyMemory

CopyMemory copies a series of bytes from one location in the computer's memory to another. This function can be used to transfer data between any kinds of variables, arrays, data structures, or even abstract memory addresses. (To use arrays, reference the first element of the array.) Normally, the h...
Hits: 18930 Rating: CopyMemory has been rated  2.87 by  767 users (2.87) votes 767
Records 1 to 7 of 7










HOME | MUSIC | DOWNLOADS |  GAMES | TEST-QUIZZES | SITEMAP | ABOUT | HELP
Copyright © 2000 - 2013 Ex-designz. All rights reserved. Website Developed By Dexter Zafra of Myasp-net.com
Link to us | Advertisement | Contact us | Privacy Policy | Terms of use | Accessibility