Sample Code

windows driver samples/ Print Monitors Samples/ C++/ localui/ mem.h/

/*++

Copyright (c) 1990-2001  Microsoft Corporation
All Rights Reserved

Module Name:

    mem.h

--*/

#ifndef _MEM_H_
#define _MEM_H_

LPWSTR
AllocSplStr(
    _In_ LPCWSTR pStr
    );

LPVOID
AllocSplMem(
    size_t cbAlloc
    );

BOOL
FreeSplStr(
    _In_    LPWSTR pStr
    );

BOOL
FreeSplMem(
    _In_    PVOID pMem
    );

#endif // _MEM_H_

Our Services

  • What our customers say about us?

© 2011-2025 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS