ReactOS 0.4.16-dev-937-g7afcd2a
GetStringTypeW.c File Reference
#include <windows.h>
Include dependency graph for GetStringTypeW.c:

Go to the source code of this file.

Functions

 _Success_ (return)
 Deletes the virtual mapping and optionally gives back the page & dirty bit.
 

Function Documentation

◆ _Success_()

_Success_ ( return  )

Deletes the virtual mapping and optionally gives back the page & dirty bit.

Parameters
Process- The process this address belongs to, or NULL if system address.
Address- The address to unmap.
WasDirty- Optional param receiving the dirty bit of the PTE.
Page- Optional param receiving the page number previously mapped to this address.
Returns
Whether there was actually a page mapped at the given address.

Definition at line 14 of file GetStringTypeW.c.

22{
23 return GetStringTypeW(_DWInfoType, _LpSrcStr, _CchSrc, _LpCharType);
24}
_In_ DWORD _DWInfoType
_In_ DWORD _In_ int _Out_ LPWORD _LpCharType
_In_ DWORD _In_ int _CchSrc
BOOL WINAPI GetStringTypeW(DWORD type, LPCWSTR src, INT count, LPWORD chartype)
Definition: locale.c:3095