예제 #1
0
def gdxCreateL(pgdx, libName, msgBufSize):
    r"""gdxCreateL(pgdx, libName, msgBufSize) -> int"""
    return _gdxcc.gdxCreateL(pgdx, libName, msgBufSize)
예제 #2
0
파일: gdxcc.py 프로젝트: antwort7/Dutties
def gdxCreateL(*args):
  """gdxCreateL(pgdx, libName, msgBufSize) -> int"""
  return _gdxcc.gdxCreateL(*args)