RETURNS A POINTER Meaning in Japanese - translations and usage examples

[ri't3ːnz ə 'pointər]
[ri't3ːnz ə 'pointər]
ポインタを返します
ポインターを返します

Examples of using Returns a pointer in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Either case, tmpnam() returns a pointer to the file name.
いずれの場合も、tmpnam()はそのファイル名へのポインタを返します
Returns a pointer to 8 bytes worth of memory, initialized to"foo/bar".
Foo/bar"に初期化された、メモリの8バイトに相当するポインタをリターンします
The setstate() function returns a pointer to the previous state array;
Setstate()関数は、以前の状態配列へのポインタを戻します
Write a function that creates an instance of the class and returns a pointer to it.
実装したクラスのインスタンスを生成し、そのポインタを返却する関数を作成する。
The l64a() function returns a pointer to the radix-64 representation.
L64a()関数はradix-64表現へのポインタを返します
For example, consider the case where youcreate a custom memory allocator function that returns a pointer.
例えば、ポインターを返すカスタム・メモリー・アロケーター関数を作成する場合を考えます。
If value is 0, l64a() returns a pointer to an empty string.
値が0であるなら、l64a()は、空の文字列へのポインタを返します
COMCreateObject creates a new instance of an object class and returns a pointer to it.
COMCreateObjectは、オブジェクト・クラスの新しいインスタンスを作成し、ポインターを返します
The alloca() function returns a pointer to the beginning of the allocated space.
Alloca()関数は、割り付けた領域の始まりを指すポインタを返す
The getusershell()function leaves its result in an internal static object and returns a pointer to that object.
Getusershell()関数は、処理結果を内部の静的オブジェクトに残し、そのオブジェクトのポインタを返します
The alloca() function returns a pointer to the beginning of the allocated space.
Alloca()関数は、割り付けられた空間の始めのポインタを返します
The strdup() function allocates sufficient memory for a copy of the string s,does the copy, and returns a pointer to it.
Strdup()関数は、文字列strのコピーのための十分なメモリを割り付け、コピーを行い、そのポインタを返します
Upon successful completion, mmap() returns a pointer to the mapped region.
返り値mmap()は成功するとマップされた領域へのポインタを返す
K2HASH Returns a pointer to the structure PK2HSTATE which summarizes the data status, setting information, etc.
K2HASHデータの状態、設定情報などをまとめた構造体PK2HSTATEへのポインタを返します
Malloc() allocates size bytes and returns a pointer to the allocated memory.
Malloc()はsizeバイトを割り当て、割り当てられたメモリに対するポインタを返す
If this parameter is NULL, OpenSSL writes the string to a staticbuffer that is 256 bytes in length, and returns a pointer to that buffer.
このパラメーターがNULLの場合、OpenSSLはストリングを静的バッファー(256バイト長)に書き込み、そのバッファーへのポインターを返します
The devtoname() function returns a pointer to the name of the device passed to it.
Devtoname()関数は、渡されたデバイスの名前へのポインタを返します
If resolved_path is specified as NULL, then realpath() uses malloc(3) to allocate a buffer of up toPATH_MAX bytes to hold the resolved pathname, and returns a pointer to this buffer.
Resolved_pathにNULLが指定されると、realpath()はmalloc(3)を使って解決したパス名を保持するためのバッファを最大でPATH_MAXバイトまで割り当て、このバッファへのポインタを返す
Get the image from the camera, and returns a pointer to the data with the internal class that image has entered.
指定したカメラから画像を取得し、画像が入ったクラス内部に持つデータのポインタを返します
If resolved_path is specified as NULL, then realpath() uses malloc(3) to allocate a buffer of up toPATH_MAX bytes to hold the resolved pathname, and returns a pointer to this buffer.
Resolved_pathにNULLが指定されると、realpath()はmalloc(3)を使って解決したパス名を保持するためのバッファーを最大でPATH_MAXバイトまで割り当て、このバッファーへのポインターを返す
The localeconv() function returns a pointer to a structure which provides parameters for formatting numbers, especially currency values:.
Localeconv()関数は、数字、特に通貨値の整形用パラメータを提供する構造体を指すポインタを返します
The strsignal()function accepts a signal number argument sig and returns a pointer to the corresponding message string.
Strsignal()関数は、シグナル番号引数sigを取り、対応するメッセージ文字列へのポインタを返します
The getusershell() function returns a pointer to a valid user shell as defined by the system manager in the shells database as described in shells(5).
Getusershell()関数は、システム管理者がファイル/etc/shellsに定義している正規ユーザシェルのポインタを返します
The strerror()function accepts an error number argument errnum and returns a pointer to the corresponding message string.
Strerror()関数は、エラー番号の引数errnumを受け取って、それに対応するメッセージ文字列へのポインタを返します
The setstate() function returns a pointer to the previous state array; its argument state array is used for further random number generation until the next call to initstate() or setstate().
Setstate()関数は以前の状態配列へのポインタを返し、その引数の状態配列は次にinitstate()またはsetstate()を呼び出すまで更なる乱数の生成に使用されます。
If no locale has been selected by setlocale(3) for the appropriate category,nl_langinfo() returns a pointer to the corresponding string in the"C" locale.
適切なカテゴリのロケールが選択されていない場合は、nl_langinfo()は"C"ロケールのときに相当する文字列へのポインタを返す
It takes a GUID and returns a pointer to the object's interface(either Automation or COM- see below) The arguments to COMCreateObjectByGUID are as follows: The first argument is a class identifier(CLSID) that uniquely identifies the object's class.
このサブルーチンは、GUIDを引数として受け取り、オブジェクトのIDispatchインターフェイスへのポインターを返します(オートメーションまたはCOMのいずれか。以下を参照。)。
Calloc() allocates memory for anarray of nmemb elements of size bytes each and returns a pointer to the allocated memory. The memory is set to zero.
Calloc()はsizeバイトの要素nmemb個からなる配列にメモリを割り当て、割り当てられたメモリに対するポインタを返す
The opendir() function opens the directory named by filename,associates a directory stream with it and returns a pointer to be used to identify the directory stream in subsequent operations.
Opendir()関数は、filenameで指定されたディレクトリを開き、ディレクトリストリームをそれに対応させ、後続の操作でディレクトリストリームを識別するのに使用するポインタを返します
Results: 29, Time: 0.0331

Word-for-word translation

Top dictionary queries

English - Japanese