#-------------------------------------------------------------------------------
# Copyright (c) 2001-2003, Steve Hay. All rights reserved.
#
# Module Name:  Win32::SharedFileOpen
# Source File:  typemap
# Description:  XS typemap
#-------------------------------------------------------------------------------

#-------------------------------------------------------------------------------
#
# Typemap section. How to map a given C type to a Perl value.
#

TYPEMAP

const char *    T_PV
DWORD           T_UV

#-------------------------------------------------------------------------------
#
# Input section. How to translate Perl values ($arg) into variables ($var) of a
# given C type ($type).
#

INPUT

#-------------------------------------------------------------------------------
#
# Output section. How to translate variables ($var) of a given C type to Perl
# values ($arg).
#

OUTPUT

#-------------------------------------------------------------------------------
