SHLockShared.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SHLockShared (SHLWAPI.8)

SYNOPSIS

PVOID SHLockShared
 (
  HANDLE hShared,
  DWORD  dwProcId
 )

DESCRIPTION

Get a pointer to a block of shared memory from a shared memory handle.

PARAMS

hShared [In] Shared memory handle.

dwProcId [In] Id of process owning hShared.

RETURNS

Success: A pointer to the shared memory

Failure: NULL

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "dlls/shlwapi/ordinal.c".

Debug channel "shell".