Hi,
Delphi-Quellcode:
function D3DXFindShaderComment(_Function : PLongWord; FourCC : LongWord; Data : Pointer; SizeInBytes : PCardinal) : HResult; stdcall; overload; external d3dx9dllname;
function D3DXFindShaderComment(_Function : PLongWord; FourCC : LongWord; out Data : Pointer; SizeInBytes : PCardinal) : HResult; stdcall; overload; external d3dx9dllname;
function D3DXFindShaderComment(_Function : PLongWord; FourCC : LongWord; Data : Pointer; out SizeInBytes : Cardinal) : HResult; stdcall; overload; external d3dx9dllname;
function D3DXFindShaderComment(_Function : PLongWord; FourCC : LongWord; out Data : Pointer; out SizeInBytes : Cardinal) : HResult; stdcall; overload; external d3dx9dllname;
Zitat:
Bezeichner redefiniert: 'D3DXFindShaderComment'