Skip to content

Latest commit

 

History

History
89 lines (69 loc) · 2.77 KB

nc-ntsecpkg-lsa_map_buffer.md

File metadata and controls

89 lines (69 loc) · 2.77 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:ntsecpkg.LSA_MAP_BUFFER
LSA_MAP_BUFFER (ntsecpkg.h)
Maps a SecBuffer structure into the address space of the security support provider/authentication package (SSP/AP).
LSA_MAP_BUFFER
LSA_MAP_BUFFER callback
MapBuffer
MapBuffer callback function [Security]
_ssp_mapbuffer
ntsecpkg/MapBuffer
security.mapbuffer
security\mapbuffer.htm
security
3189da1b-5f2f-4569-8f60-6f3b287460f1
12/05/2018
LSA_MAP_BUFFER, LSA_MAP_BUFFER callback, MapBuffer, MapBuffer callback function [Security], _ssp_mapbuffer, ntsecpkg/MapBuffer, security.mapbuffer
ntsecpkg.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
LSA_MAP_BUFFER
ntsecpkg/LSA_MAP_BUFFER
c++
APIRef
kbSyntax
UserDefined
Ntsecpkg.h
MapBuffer

LSA_MAP_BUFFER callback function

-description

The MapBuffer function maps a SecBuffer structure into the address space of the security support provider/authentication package (SSP/AP).

-parameters

-param InputBuffer [in]

Pointer to the SecBuffer structure to map.

-param OutputBuffer [out]

Pointer that receives the address of the mapped SecBuffer structure.

-returns

If the function succeeds, the return value is STATUS_SUCCESS.

If the function fails, the return value is an NTSTATUS code indicating the reason it failed.

-remarks

If the SecBuffer has already been mapped, the MapBuffer function copies the contents of the input buffer over the output buffer.

A pointer to the MapBuffer function is available in the LSA_SECPKG_FUNCTION_TABLE structure received by the SpInitialize function.

-see-also

LSA_SECPKG_FUNCTION_TABLE

SpInitialize