5/26/08

Explain Windows Handle?

In windows operating system Every resource is an “object” identified and referenced by a “handle” of type HANDLE. In 32 bit Windows its a 32 bit value.

Kernel objects must be manipulated by WindowsAPIs HANDLE datatype objects include:
files
pipes
processes
memory
mapping
threads
events,
mutexes,
semaphores

No comments:

ITUCU